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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}