Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Website Status क्या है?
Website Status Ale Mohamad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple way to monitor websites. Extension created by Ale Mohamad."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Website Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simpler way to monitor websites. You can check the status of each of the websites that you are following. This is a simple tool to use, so you can keep up with these websites with which you are working (or checking if other websites are working).
एक्सटेंशन की मूल जानकारी
नाम | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
विवरण | A simple way to monitor websites. Extension created by Ale Mohamad. |
फ़ाइल का आकार | 219 KB |
स्थापना संख्या | 270 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-11-10 |
प्रकाशन तिथि | 2013-11-10 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Ale Mohamad |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Status", "version": "1.0", "manifest_version": 2, "description": "A simple way to monitor websites. Extension created by Ale Mohamad.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Website Status", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "permissions": [ "*:\/\/*\/*", "storage", "notifications" ], "options_page": "html\/options.html" } |