Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
What is Website Status?
Website Status is a Chrome extension developed by Ale Mohamad, and its main feature is "A simple way to monitor websites. Extension created by Ale Mohamad.".
Extension Screenshots
Download Website Status Extension CRX File
Download Website Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
Official URL | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
Description | A simple way to monitor websites. Extension created by Ale Mohamad. |
File Size | 219 KB |
Installation Count | 270 |
Current Version | 1.0 |
Last Updated | 2013-11-10 |
Publish Date | 2013-11-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Ale Mohamad |
Payment Type | free |
Supported Languages | 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" } |