Weebly Site Detection

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

Hvad er Weebly Site Detection?

Weebly Site Detection er en Chrome-udvidelse udviklet af Weebly, Inc, og dens hovedfunktion er "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Udvidelsesskærmbilleder

screenshot

Download Weebly Site Detection-udvidelses-CRX-fil

Download Weebly Site Detection-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
Officiel URL https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Beskrivelse A small 'w' icon in your address bar lights up if you are on a Weebly site.
Filstørrelse 15.67 KB
Antal Installationer 991
Nuværende Version 1.2
Senest Opdateret 2017-10-28
Udgivelsesdato 2017-10-27
Bedømmelse 4.92/5 Samlet 12 Bedømmelser
Udvikler Weebly, Inc
Betalingsmetode free
Udvidelseswebsted http://www.weebly.com/
Understøttede Sprog 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"
    }
}