Down For Everyone Or Just Me?

Check if the current site is down for everyone or just you

Co je Down For Everyone Or Just Me??

Down For Everyone Or Just Me? je rozšíření Chrome vyvinuté Alex Cordonnier, a jeho hlavní funkcí je „Check if the current site is down for everyone or just you“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Down For Everyone Or Just Me?

Stáhněte si soubory rozšíření Down For Everyone Or Just Me? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Wondering whether a website is down or if it's just you? Install this extension to find out.

If you encounter an error while loading a website, a down arrow will appear in your address bar next to the bookmark icon. Click the down arrow to find out if the website is down or if it's just you.

This is an unofficial extension for http://downforeveryoneorjustme.com.                    

Základní Informace o Rozšíření

Název Down For Everyone Or Just Me? Down For Everyone Or Just Me?
ID nijjphkbmcnellflmblkmbcempgpffon
Oficiální URL https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon
Popis Check if the current site is down for everyone or just you
Velikost souboru 26.76 KB
Počet instalací 417
Aktuální Verze 0.2.6
Poslední Aktualizace 2020-11-19
Datum Vydání 2013-11-18
Hodnocení 3.17/5 Celkem 6 Hodnocení
Vývojář Alex Cordonnier
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://alexcordonnier.com
URL Stránky Nápovědy http://downforeveryoneorjustme.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Down For Everyone Or Just Me?",
    "short_name": "Is it down?",
    "version": "0.2.6",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "homepage_url": "http:\/\/downforeveryoneorjustme.com",
    "description": "Check if the current site is down for everyone or just you",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Down For Everyone Or Just Me?"
    }
}