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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Icons UTF-8 for all
ID gblddochaobhmgnfmacpbaednlmlfdec
官方網址 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"
    ]
}