Icons UTF-8 for all
Copy all most popular utf-8 icons for usage in what you need
Cos'è Icons UTF-8 for all?
Icons UTF-8 for all è un'estensione di Chrome sviluppata da Lord Trafford, e la sua funzione principale è "Copy all most popular utf-8 icons for usage in what you need".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Icons UTF-8 for all
Scarica i file di estensione Icons UTF-8 for all 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
It's a simple Google Chrome extension for copyng in the clipboard the utf-8 glyph icons and use it wherever you want. It's useful for specially for Gmail. Maybe you can try with another web-clients. Codes extracted from: * http://en.wikipedia.org/wiki/Dingbat#Unicode_Dingbats and * http://en.wikipedia.org/wiki/Miscellaneous_Symbols 4. From the list, select the icon you like it and click on the Copy button. The icon is in your clipboard. You can paste it in the subject line in Gmail for instance. 5. Enjoy it! Code available at: https://github.com/krukmat/icon4utf8/
Informazioni di Base sull'Estensione
Nome | Icons UTF-8 for all |
ID | gblddochaobhmgnfmacpbaednlmlfdec |
URL Ufficiale | https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec |
Descrizione | Copy all most popular utf-8 icons for usage in what you need |
Dimensione del File | 331 KB |
Conteggio Installazioni | 244 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-06-28 |
Data di Pubblicazione | 2015-06-28 |
Sviluppatore | Lord Trafford |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/krukmat/icon4utf8/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Icons UTF-8 for all", "version": "0.1", "description": "Copy all most popular utf-8 icons for usage in what you need", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "clipboardWrite", "clipboardRead" ] } |