Windy

This extension shows a Google Image search result for the current page

Windyคืออะไร?

Windy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย odyalp และคุณลักษณะหลักของมันคือ "This extension shows a Google Image search result for the current page"

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

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

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

                                            

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

ชื่อ Windy Windy
ID iflbdakefdheoecdlogplghdcikpablh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/windy/iflbdakefdheoecdlogplghdcikpablh
คำอธิบาย This extension shows a Google Image search result for the current page
ขนาดไฟล์ 37.5 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-06-12
วันที่เผยแพร่ 2017-06-12
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา odyalp
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Windy",
    "description": "This extension shows a Google Image search result for the current page",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ]
}