Down For Everyone Or Just Me?

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

Cos'è Down For Everyone Or Just Me??

Down For Everyone Or Just Me? è un'estensione di Chrome sviluppata da Alex Cordonnier, e la sua funzione principale è "Check if the current site is down for everyone or just you".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Down For Everyone Or Just Me?

Scarica i file di estensione Down For Everyone Or Just Me? 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Down For Everyone Or Just Me? Down For Everyone Or Just Me?
ID nijjphkbmcnellflmblkmbcempgpffon
URL Ufficiale https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon
Descrizione Check if the current site is down for everyone or just you
Dimensione del File 26.76 KB
Conteggio Installazioni 417
Versione Corrente 0.2.6
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2013-11-18
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore Alex Cordonnier
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://alexcordonnier.com
URL della Pagina di Aiuto http://downforeveryoneorjustme.com
Lingue Supportate 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?"
    }
}