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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
            ]
        }
    ]
}