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"
}
} | |