iconfont downloader

iconfont downloader

iconfont downloaderとは何ですか?

iconfont downloaderはhttps://www.fy98.comによって開発されたChromeの拡張機能で、その主な機能は「iconfont downloader」です。

iconfont downloader拡張機能のCRXファイルをダウンロード

iconfont downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        iconfont downloader v2 for iconfont.cn                    

拡張機能の基本情報

名前 iconfont downloader iconfont downloader
ID nihpihaidfananojmddpligkjciahmei
公式URL https://chromewebstore.google.com/detail/iconfont-downloader/nihpihaidfananojmddpligkjciahmei
説明 iconfont downloader
ファイルサイズ 20.7 KB
インストール数 15
現在のバージョン 2.0.0
最終更新日 2016-11-04
公開日 2016-11-04
開発者 https://www.fy98.com
支払い方法 free
対応言語 en
manifest.json
{
    "background": "background.html",
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_popup": "popup.html"
    },
    "author": "FrankFan",
    "name": "iconfont downloader",
    "homepage_url": "http:\/\/www.fy98.com",
    "description": "iconfont downloader",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0"
}