Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Wat is Website Status?
Website Status is een Chrome-extensie ontwikkeld door Ale Mohamad, en de belangrijkste functie is "A simple way to monitor websites. Extension created by Ale Mohamad.".
Extensie Screenshots
Download het CRX-bestand van de extensie Website Status
Download Website Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
| Officiële URL | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
| Beschrijving | A simple way to monitor websites. Extension created by Ale Mohamad. |
| Bestandsgrootte | 219 KB |
| Aantal Installaties | 270 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2013-11-10 |
| Publicatiedatum | 2013-11-10 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Ale Mohamad |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |