Tab watcher
Monitors tabs for content changes and pushes a notification on detected change.
Tab watcher란 무엇입니까?
Tab watcher은(는) Snackbits에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitors tabs for content changes and pushes a notification on detected change."입니다.
확장 프로그램 스크린샷
Tab watcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |