smartware

Smart Plugin for Chrome

smartwareคืออะไร?

smartware เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.genietoolbars.com และคุณลักษณะหลักของมันคือ "Smart Plugin for Chrome"

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

ดาวน์โหลดไฟล์ส่วนขยาย smartware ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Smart Plugin for Chrome                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ smartware smartware
ID nghgimeiakkfjihnijlacdmgdkdmhhpm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smartware/nghgimeiakkfjihnijlacdmgdkdmhhpm
คำอธิบาย Smart Plugin for Chrome
ขนาดไฟล์ 10.68 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2014-02-17
วันที่เผยแพร่ 2014-02-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.genietoolbars.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smartware",
    "manifest_version": 2,
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js",
            "backgroundhelper.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content_script.js"
            ]
        }
    ]
}