Random Emoji Generator
Generate Random number of Emojis to annoy your friends XD
Cos'è Random Emoji Generator?
Random Emoji Generator è un'estensione di Chrome sviluppata da OrionTech, e la sua funzione principale è "Generate Random number of Emojis to annoy your friends XD".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Emoji Generator
Scarica i file di estensione Random Emoji Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Install this to generate thousands of emojis in just a second! Usage: - Clicking on Generate generates X number of random emojis. - Copy selects the emojis and copies to the clipboard. - Clear resets the input value to a number. Have Fun! :-D
Informazioni di Base sull'Estensione
Nome | Random Emoji Generator |
ID | ejeamoghipiaiakgpahfonkgejimghcg |
URL Ufficiale | https://chromewebstore.google.com/detail/random-emoji-generator/ejeamoghipiaiakgpahfonkgejimghcg |
Descrizione | Generate Random number of Emojis to annoy your friends XD |
Dimensione del File | 143 KB |
Conteggio Installazioni | 342 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-06-17 |
Data di Pubblicazione | 2020-06-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | OrionTech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/LycurgusOrion/RandomEmojiGenerator |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Emoji Generator", "version": "0.0.1", "manifest_version": 2, "description": "Generate Random number of Emojis to annoy your friends XD", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "REG", "default_popup": "popup.html" } } |