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 |
| 官方網址 | 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"
}
} | |