Icon Fonts

Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons

什麼是Icon Fonts?

Icon Fonts是由https://trokis.com開發的Chrome擴展程式,該擴展的主要功能是“Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons”。

擴展截圖

screenshot
screenshot

下載Icon Fonts擴展crx文件

下載Icon Fonts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An Easy Icon Search 
- Glyphicon 
- Font Awesome
- Material Icons
- Dashicons
- Ionicons
- Octicons
- Genericons
- Devicons                    

擴展基本資訊

名稱 Icon Fonts Icon Fonts
ID djbcaikkgpmefanfonnebhgepgpkghkf
官方網址 https://chromewebstore.google.com/detail/icon-fonts/djbcaikkgpmefanfonnebhgepgpkghkf
簡介 Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons
檔案大小 2.1 MB
安裝次數 115
目前版本 1.0.1
更新時間 2016-10-28
上架時間 2016-10-28
評分 3.67/5 共 3 次評分
開發者 https://trokis.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://thepetlabco.com/pages/privacy-statement
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Icon Fonts",
    "description": "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "48": "images\/48.png",
        "32": "images\/32.png",
        "16": "images\/16.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/css-icons.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "options_page": "html\/popup.html"
}