Weebly Site Detection
A small 'w' icon in your address bar lights up if you are on a Weebly site.
Weebly Site Detection là gì?
Weebly Site Detection là một tiện ích mở rộng Chrome được phát triển bởi Weebly, Inc, và tính năng chính của nó là "A small 'w' icon in your address bar lights up if you are on a Weebly site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weebly Site Detection
Tải xuống các tệp mở rộng Weebly Site Detection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This simple extension places a small "w" in your address bar if the site you are browsing is hosted on Weebly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weebly Site Detection |
ID | hafhilhhmfljhlgkcnpmkephidgbiman |
URL Chính Thức | https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman |
Mô tả | A small 'w' icon in your address bar lights up if you are on a Weebly site. |
Kích Thước Tệp | 15.67 KB |
Số Lần Cài Đặt | 991 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-10-28 |
Ngày Phát Hành | 2017-10-27 |
Đánh Giá | 4.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Weebly, Inc |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.weebly.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |