Weebly Site Detection

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

Co to jest Weebly Site Detection?

Weebly Site Detection to rozszerzenie Chrome opracowane przez Weebly, Inc, a jego główną funkcją jest „A small 'w' icon in your address bar lights up if you are on a Weebly site.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Weebly Site Detection

Pobierz pliki rozszerzeń Weebly Site Detection w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
Oficjalny URL https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Opis A small 'w' icon in your address bar lights up if you are on a Weebly site.
Rozmiar pliku 15.67 KB
Liczba instalacji 991
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-10-28
Data Publikacji 2017-10-27
Ocena 4.92/5 Łącznie 12 Oceny
Deweloper Weebly, Inc
Typ Płatności free
Strona Rozszerzenia http://www.weebly.com/
Obsługiwane Języki 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"
    }
}