IsSiteDown
Quickly check if any website you visit is down for all or just for you
Wat is IsSiteDown?
IsSiteDown is een Chrome-extensie ontwikkeld door moshegarsia11, en de belangrijkste functie is "Quickly check if any website you visit is down for all or just for you".
Extensie Screenshots
Download het CRX-bestand van de extensie IsSiteDown
Download IsSiteDown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kooffnfkegofkpjbmmejkokacgjpbfic |
Officiële URL | https://chrome.google.com/webstore/detail/issitedown/kooffnfkegofkpjbmmejkokacgjpbfic |
Beschrijving | Quickly check if any website you visit is down for all or just for you |
Bestandsgrootte | 14.03 KB |
Aantal Installaties | 4,963 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-05-22 |
Publicatiedatum | 2015-05-22 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | moshegarsia11 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |