Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
Cos'è Random Emoji Generator?
Random Emoji Generator è un'estensione di Chrome sviluppata da FDisk, e la sua funzione principale è "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.".
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
Inspired by the Ship It Button extension, this extension for GitHub. It provides a button for a random Emoji icon to comments. Added all possible emoji.
Informazioni di Base sull'Estensione
Nome | Random Emoji Generator |
ID | mminpoiopdfnnlljeldoammdgkkidimf |
URL Ufficiale | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
Descrizione | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
Dimensione del File | 62.78 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2016-10-29 |
Data di Pubblicazione | 2016-10-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | FDisk |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Emoji Generator", "version": "1.0.2", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/FDiskas\/randomEmojiGenerator", "author": "FDisk", "description": "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.", "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "build.js" ], "css": [ "css\/styles.css" ] } ], "icons": { "16": "images\/normal\/16x16.png", "48": "images\/normal\/48x48.png", "128": "images\/normal\/128x128.png" }, "web_accessible_resources": [ "images\/normal\/*.png", "images\/xmas\/*.png" ] } |