Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Apa itu Website Status?
Website Status adalah ekstensi Chrome yang dikembangkan oleh Ale Mohamad, dan fitur utamanya adalah "A simple way to monitor websites. Extension created by Ale Mohamad.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Website Status
Unduh file ekstensi Website Status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
URL Resmi | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
Deskripsi | A simple way to monitor websites. Extension created by Ale Mohamad. |
Ukuran File | 219 KB |
Jumlah Instalasi | 270 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-11-10 |
Tanggal Publikasi | 2013-11-10 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Ale Mohamad |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |