Weebly Site Detection

A small 'w' icon in your address bar lights up if you are on a Weebly site.

ما هو Weebly Site Detection؟

Weebly Site Detection هو إضافة Chrome تم تطويرها بواسطة Weebly, Inc، والميزة الرئيسية لها هي "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Weebly Site Detection

قم بتنزيل ملفات الامتداد Weebly Site Detection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This simple extension places a small "w" in your address bar if the site you are browsing is hosted on Weebly.                    

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

الاسم Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
عنوان URL الرسمي https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
الوصف A small 'w' icon in your address bar lights up if you are on a Weebly site.
حجم الملف 15.67 KB
عدد التثبيتات 991
النسخة الحالية 1.2
آخر تحديث 2017-10-28
تاريخ النشر 2017-10-27
تقييم 4.92/5 مجموع تقييمات 12
المطور Weebly, Inc
نوع الدفع free
موقع الإضافة http://www.weebly.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weebly Site Detection",
    "version": "1.2",
    "description": "A small 'w' icon in your address bar lights up if you are on a Weebly site.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon_24.png",
        "default_title": "It's a Weebly site!"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.weebly.com\/"
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}