iconfont downloader

iconfont downloader

iconfont downloaderคืออะไร?

iconfont downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fy98.com และคุณลักษณะหลักของมันคือ "iconfont downloader"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iconfont downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}