Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Co to jest Website Status?
Website Status to rozszerzenie Chrome opracowane przez Ale Mohamad, a jego główną funkcją jest „A simple way to monitor websites. Extension created by Ale Mohamad.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Website Status
Pobierz pliki rozszerzeń Website Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
Oficjalny URL | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
Opis | A simple way to monitor websites. Extension created by Ale Mohamad. |
Rozmiar pliku | 219 KB |
Liczba instalacji | 270 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-11-10 |
Data Publikacji | 2013-11-10 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Ale Mohamad |
Typ Płatności | free |
Obsługiwane Języki | 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" } |