Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Hvad er Website Status?
Website Status er en Chrome-udvidelse udviklet af Ale Mohamad, og dens hovedfunktion er "A simple way to monitor websites. Extension created by Ale Mohamad.".
Udvidelsesskærmbilleder
Download Website Status-udvidelses-CRX-fil
Download Website Status-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
| Officiel URL | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
| Beskrivelse | A simple way to monitor websites. Extension created by Ale Mohamad. |
| Filstørrelse | 219 KB |
| Antal Installationer | 270 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2013-11-10 |
| Udgivelsesdato | 2013-11-10 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | Ale Mohamad |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |