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
官方URL 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"
}