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はWeebly, Incによって開発されたChromeの拡張機能で、その主な機能は「A small 'w' icon in your address bar lights up if you are on a Weebly site.」です。
拡張機能のスクリーンショット
Weebly Site Detection拡張機能のCRXファイルをダウンロード
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.                     拡張機能の基本情報
| 名前 |   |  
| 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"
    }
}  |  |