emoji Remote URL
url is more than words, get the remote URL of emoji.
Cos'è emoji Remote URL?
emoji Remote URL è un'estensione di Chrome sviluppata da hustcc, e la sua funzione principale è "url is more than words, get the remote URL of emoji.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione emoji Remote URL
Scarica i file di estensione emoji Remote URL 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
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
Informazioni di Base sull'Estensione
Nome | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
URL Ufficiale | https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg |
Descrizione | url is more than words, get the remote URL of emoji. |
Dimensione del File | 822 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-05-17 |
Data di Pubblicazione | 2016-05-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | hustcc |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://atool.vip |
Lingue Supportate | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "zh_CN", "description": "__MSG_extDesp__", "version": "1.0.1", "icons": { "256": "res\/icon_256.png", "128": "res\/icon_128.png", "64": "res\/icon_64.png", "32": "res\/icon_64.png", "16": "res\/icon_64.png" }, "browser_action": { "default_icon": "res\/icon_256.png", "default_popup": "res\/popup.html" }, "permissions": [ "clipboardWrite" ] } |