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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a number of events from sequent websites over the icons. It can be a number of items or defined text match."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Website Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |