Components adizionâi par Firefox
  • Estensions
  • Temis
    • par Firefox
    • Dizionaris e pachets di lenghis
    • Altris sĂŽts
    • Components adizionâi par Android
Jentre
Anteprime di Email Address Generator

Email Address Generator di TriLinder

Generates unique email addresses based on the website hostname and the current time.

Disponibil su Firefox par Android™Disponibil su Firefox par Android™
0 (0 reviews)0 (0 reviews)
45 utents45 utents
Ti covente Firefox par doprâ cheste estension
Discjame Firefox e instale la estension
Discjame il file

Metadâts de estension

Schermadis
The add-on in use on a registration page
Informazions su la estension
An add-on for generating unique email aliases for a domain with a catch-all email address set-up.

READ THIS README ON GITHUB

The email addresses are generated in the following format:

<site-identifier>.<encoded-timestamp><format-version>@<email-domain>


Components:
  1. Site identifier:
    • Derived from the hostname of the current site
    • Dots are replaced with hyphens
    • The www. prefix is removed
    • Example: https://www.mail.google.com → mail-google-com

  2. Encoded timestamp:
    • Represents the time the email address was generated in seconds since May 1st, 2024 00:00 UTC
    • The value is encoded into a string using this alphabet abcdefghijklmnopqrstuvwxyz0123456789_

    • const ALPHABET = "abcdefghijklmnopqrstuvwxyz0123456789_";

      function encodeTimestamp(num) {
      let encoded = "";

      while (num > 0) {
      encoded = ALPHABET[num % ALPHABET.length] + encoded;
      num = Math.floor(num / ALPHABET.length);
      }

      return encoded;
      }

      function decodeTimestamp(encoded) {
      let decoded = 0;

      for (let i = 0; i < encoded.length; i++) {
      let charIndex = ALPHABET.indexOf(encoded[i]);
      decoded = decoded * ALPHABET.length + charIndex;
      }

      return decoded;
      }


  3. Format version identifier:
    • Current value: a
    • Subject to change in the future (allows future extensions to the format)

  4. Email domain:
    • Your email domain
    • Set in the extension's options page

Example of an email address: [email protected]

The code for generating addresses can be found here (in the generate-address.js file).
Valutât 0 di 0 recensôrs
Jentre par dâ un vôt a cheste estension
No son ancjemò valutazions

Valutazion in stelis salvade

5
0
4
0
3
0
2
0
1
0
Ancjemò nissune recension
Permès e dâtsPlui informazions

Permès obligatoris:

  • Meti dâts tes notis
  • Acedi aes schedis dal navigadĂ´r
  • Acedi ai tiei dâts di ducj i sĂŽts web
Altris informazions
Colegaments component adizionâl
  • Pagjine iniziâl
  • SĂŽt di supuart
Version
1.1
Dimension
12,98 kB
Ultin inzornament
pred enim letom (21. jul. 2024)
Categoriis coreladis
  • Riservatece e sigurece
  • Social e comunicazion
Licence
Licence MIT
Cronologjie versions
  • ViĂ´t dutis lis versions
Etichetis
  • privacy
  • security
Zonte ae racuelte
Segnale chest component adizionâl
Altris estensions di TriLinder
  • No son ancjemò valutazions

  • No son ancjemò valutazions

  • No son ancjemò valutazions

  • No son ancjemò valutazions

  • No son ancjemò valutazions

  • No son ancjemò valutazions

Va ae pagjine principâl dal sÎt Mozilla

Components adizionâi

  • Informazions
  • Blog dai components adizionâi di Firefox
  • Laboratori estensions
  • Centri di svilup
  • Politichis pal svilupadĂ´r
  • Blog de comunitât
  • Forum
  • Segnale un erĂ´r
  • Vuide pes recensions

NavigadĂ´rs

  • Desktop
  • Mobile
  • Enterprise

Prodots

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Riservatece
  • Cookies
  • Notis legâls

Gjavât dulà che al ven indicât in mÝt diviers, i contignÝts su chest sÎt a son distribuÎts cun licenceCreative Commons Atribuzion CondivÎt te stesse maniere v3.0 o versions sucessivis. Android e je une marche regjistrade di Google LLC.