Icons UTF-8 for all
Copy all most popular utf-8 icons for usage in what you need
Icons UTF-8 for allとは何ですか?
Icons UTF-8 for allはLord Traffordによって開発されたChromeの拡張機能で、その主な機能は「Copy all most popular utf-8 icons for usage in what you need」です。
拡張機能のスクリーンショット
Icons UTF-8 for all拡張機能のCRXファイルをダウンロード
Icons UTF-8 for all拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | Icons UTF-8 for all |
ID | gblddochaobhmgnfmacpbaednlmlfdec |
公式URL | https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec |
説明 | Copy all most popular utf-8 icons for usage in what you need |
ファイルサイズ | 331 KB |
インストール数 | 244 |
現在のバージョン | 0.1 |
最終更新日 | 2015-06-28 |
公開日 | 2015-06-28 |
開発者 | Lord Trafford |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/krukmat/icon4utf8/ |
対応言語 | 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" ] } |