Chrome Watcher
Chrome watcher is a website watcher for chrome.
Chrome Watcherคืออะไร?
Chrome Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome watcher is a website watcher for chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Watcher
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google chrome extension for watching website changes. Currently supports watching by - HTML ID - HTML Class - HTML Tag - Regex Pattern Currently only supports push time of 30 min. == Future support == Allow changing push time. If you have any additional requests, post it here or in our repo. (https://github.com/jame-sparker/chrome-watcher) Looking for additional developers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hohdamhhecpldfefggjafbjnbbmcalgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-watcher/hohdamhhecpldfefggjafbjnbbmcalgn |
คำอธิบาย | Chrome watcher is a website watcher for chrome. |
ขนาดไฟล์ | 49.48 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2019-08-27 |
วันที่เผยแพร่ | 2019-08-25 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Watcher", "version": "0.1.0", "description": "Chrome watcher is a website watcher for chrome.", "permissions": [ "storage", "alarms", "*:\/\/*\/", "tabs" ], "options_page": "options\/options.html", "background": { "scripts": [ "background\/interval-handler.js", "background\/request-manager.js", "background\/requestor.js", "background\/background.js", "background\/badge-manager.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/path16.png", "32": "images\/path32.png", "48": "images\/path48.png", "128": "images\/path128.png" } }, "icons": { "16": "images\/path16.png", "32": "images\/path32.png", "48": "images\/path48.png", "128": "images\/path128.png" }, "manifest_version": 2 } |