Tab watcher
Monitors tabs for content changes and pushes a notification on detected change.
Tab watcherคืออะไร?
Tab watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snackbits และคุณลักษณะหลักของมันคือ "Monitors tabs for content changes and pushes a notification on detected change."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab watcher
ดาวน์โหลดไฟล์ส่วนขยาย Tab watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you can get notified of content changes on a site. Just define a page check interval and a DOM selector wich should be monitored. You can define wether the page should check for content changes after a page reload or live without reloading the page. Latter is useful for Ajax content changes or something else. You will get a Chrome notification if a change was detected. ***************************** RELEASE NOTES ***************************** v.1.2.1 - Added check timer badge to action button v.1.1.1 - Made some code cleanup and optimizations v.1.1.0 - Added live DOM check without reload
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab watcher |
ID | kmcfjcifbafmfhbhohelcpapkdnhbgfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-watcher/kmcfjcifbafmfhbhohelcpapkdnhbgfk |
คำอธิบาย | Monitors tabs for content changes and pushes a notification on detected change. |
ขนาดไฟล์ | 61.33 KB |
จำนวนการติดตั้ง | 295 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2016-02-03 |
วันที่เผยแพร่ | 2016-02-03 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Snackbits |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.1", "default_locale": "en", "author": "WebIT-Service", "minimum_chrome_version": "20", "icons": { "16": "assets\/icon-16x16.png", "19": "assets\/icon-19x19.png", "32": "assets\/icon-32x32.png", "38": "assets\/icon-38x38.png", "48": "assets\/icon-48x48.png", "128": "assets\/icon-128x128.png" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "notifications", "*:\/\/*\/" ], "content_scripts": [ { "matches": [ " |