twitter emoji
Simple inject of twitter emojis in Chrome
Cos'è twitter emoji?
twitter emoji è un'estensione di Chrome sviluppata da https://maxmalm.se, e la sua funzione principale è "Simple inject of twitter emojis in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione twitter emoji
Scarica i file di estensione twitter emoji 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
Turns Unicode emojis into image using twitters emoji library
Informazioni di Base sull'Estensione
Nome | twitter emoji |
ID | cceblpicpdbjfeldpihbngbajlgbecpn |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-emoji/cceblpicpdbjfeldpihbngbajlgbecpn |
Descrizione | Simple inject of twitter emojis in Chrome |
Dimensione del File | 14.27 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://maxmalm.se |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/benjick/chrome-twemoji |
URL della Pagina di Aiuto | https://github.com/benjick/chrome-twemoji/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitter emoji", "version": "0.1.0", "manifest_version": 2, "description": "Simple inject of twitter emojis in Chrome", "homepage_url": "https:\/\/github.com\/benjick\/chrome-twemoji", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |