IsSiteDown
Quickly check if any website you visit is down for all or just for you
Vad är IsSiteDown?
IsSiteDown är en Chrome-tillägg utvecklad av moshegarsia11, och dess huvudfunktion är "Quickly check if any website you visit is down for all or just for you".
Tilläggsskärmbilder
Ladda ner IsSiteDown-förlängningens CRX-fil
Ladda ner IsSiteDown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kooffnfkegofkpjbmmejkokacgjpbfic |
Officiell webbadress | https://chrome.google.com/webstore/detail/issitedown/kooffnfkegofkpjbmmejkokacgjpbfic |
Beskrivning | Quickly check if any website you visit is down for all or just for you |
Filstorlek | 14.03 KB |
Antal Installationer | 4,963 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-05-22 |
Publiceringsdatum | 2015-05-22 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | moshegarsia11 |
Betalningssätt | free |
Stödda Språk | 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 } |