Website Checker
Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match.
Website Checker란 무엇입니까?
Website Checker은(는) Krzysztof Wróbel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match."입니다.
확장 프로그램 스크린샷
Website Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
E.g: shows number of unread posts from forum or Gmail account. - checks websites with defined interval - uses regular expressions - displays a number of matches or first group of match Features: - shows website favicon or you can set url to icon - badge is blinking when change of websites status - predefined templates for Gmail, Facebook notifications, number of today views on blog Worpress.com, unread posts from forum engines: phpBB3, phpBB2, phpBB by Przemo, SMF - only websites with more than zero events are shown in cycle Instructions: 1. Right click on icon and choose Options. 2. Choose predefined template and complete entry or add all information: title, link and regular expression. Choose to count matches or show match. Optionally add link to icon. 3. Set interval. 4. Click Save. 5. You can add more websites by clicking Next. If you have some questions or problems with defining entry please contact me: [email protected]. Also if you have some ideas on predefined entry I will be honored.
확장 프로그램 기본 정보
이름 | Website Checker |
ID | kakkbokkaailehpiejdgojgejgmedfme |
공식 URL | https://chromewebstore.google.com/detail/website-checker/kakkbokkaailehpiejdgojgejgmedfme |
설명 | Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match. |
파일 크기 | 26.34 KB |
설치 횟수 | 51 |
현재 버전 | 0.3.7 |
최근 업데이트 | 2013-09-04 |
출시 날짜 | 2013-09-04 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Krzysztof Wróbel |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Checker", "version": "0.3.7", "description": "Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match.", "background": { "scripts": [ "bg.js" ] }, "options_page": "options.html", "icons": { "128": "icon_fc.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon_fc.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |