IsSiteDown
Quickly check if any website you visit is down for all or just for you
Cos'è IsSiteDown?
IsSiteDown è un'estensione di Chrome sviluppata da moshegarsia11, e la sua funzione principale è "Quickly check if any website you visit is down for all or just for you".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IsSiteDown
Scarica i file di estensione IsSiteDown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It happens to everyone. You visit your favorite site and it is in-accessible for an unknown reason. This extension will be able to tell you if the site is down only for you or for the rest of the users as well.
Informazioni di Base sull'Estensione
Nome | |
ID | kooffnfkegofkpjbmmejkokacgjpbfic |
URL Ufficiale | https://chrome.google.com/webstore/detail/issitedown/kooffnfkegofkpjbmmejkokacgjpbfic |
Descrizione | Quickly check if any website you visit is down for all or just for you |
Dimensione del File | 14.03 KB |
Conteggio Installazioni | 4,963 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-05-22 |
Data di Pubblicazione | 2015-05-22 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | moshegarsia11 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "IsSiteDown" }, "name": "IsSiteDown", "description": "Quickly check if any website you visit is down for all or just for you", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |