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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Weebly, Inc และคุณลักษณะหลักของมันคือ "A small 'w' icon in your address bar lights up if you are on a Weebly site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weebly Site Detection
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |