Icons UTF-8 for all
Copy all most popular utf-8 icons for usage in what you need
Was ist Icons UTF-8 for all?
Icons UTF-8 for all ist eine Chrome-Erweiterung, die von Lord Trafford entwickelt wurde, und ihr Hauptmerkmal ist "Copy all most popular utf-8 icons for usage in what you need".
Erweiterungsscreenshots
Icons UTF-8 for all-Erweiterungs-CRX-Datei herunterladen
Laden Sie Icons UTF-8 for all-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Icons UTF-8 for all |
ID | gblddochaobhmgnfmacpbaednlmlfdec |
Offizielle URL | https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec |
Beschreibung | Copy all most popular utf-8 icons for usage in what you need |
Dateigröße | 331 KB |
Installationsanzahl | 244 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-06-28 |
Veröffentlichungsdatum | 2015-06-28 |
Entwickler | Lord Trafford |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/krukmat/icon4utf8/ |
Unterstützte Sprachen | 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" ] } |