Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Qu'est-ce que Website Status ?
Website Status est une extension Chrome développée par Ale Mohamad, et sa fonction principale est "A simple way to monitor websites. Extension created by Ale Mohamad.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Website Status
Téléchargez les fichiers d'extension Website Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
URL Officiel | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
Description | A simple way to monitor websites. Extension created by Ale Mohamad. |
Taille du Fichier | 219 KB |
Nombre d'Installations | 270 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-11-10 |
Date de Publication | 2013-11-10 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Ale Mohamad |
Type de Paiement | free |
Langues Prises en Charge | 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" } |