Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Vad är Website Status?
Website Status är en Chrome-tillägg utvecklad av Ale Mohamad, och dess huvudfunktion är "A simple way to monitor websites. Extension created by Ale Mohamad.".
Tilläggsskärmbilder
Ladda ner Website Status-förlängningens CRX-fil
Ladda ner Website Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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). Grundläggande Information om Tillägg
| Namn | |
| ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
| Officiell webbadress | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
| Beskrivning | A simple way to monitor websites. Extension created by Ale Mohamad. |
| Filstorlek | 219 KB |
| Antal Installationer | 270 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-11-10 |
| Publiceringsdatum | 2013-11-10 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Ale Mohamad |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |