Weebly Site Detection

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

What is Weebly Site Detection?

Weebly Site Detection is a Chrome extension developed by Weebly, Inc, and its main feature is "A small 'w' icon in your address bar lights up if you are on a Weebly site.".

Extension Screenshots

screenshot

Download Weebly Site Detection Extension CRX File

Download Weebly Site Detection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Weebly Site Detection Weebly Site Detection
ID hafhilhhmfljhlgkcnpmkephidgbiman
Official URL https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman
Description A small 'w' icon in your address bar lights up if you are on a Weebly site.
File Size 15.67 KB
Installation Count 991
Current Version 1.2
Last Updated 2017-10-28
Publish Date 2017-10-27
Rating 4.92/5 Total 12 Ratings
Developer Weebly, Inc
Payment Type free
Extension Website http://www.weebly.com/
Supported Languages 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"
    }
}