Down For Everyone Or Just Me?

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

Qu'est-ce que Down For Everyone Or Just Me? ?

Down For Everyone Or Just Me? est une extension Chrome développée par Alex Cordonnier, et sa fonction principale est "Check if the current site is down for everyone or just you".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Down For Everyone Or Just Me?

Téléchargez les fichiers d'extension Down For Everyone Or Just Me? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Down For Everyone Or Just Me? Down For Everyone Or Just Me?
ID nijjphkbmcnellflmblkmbcempgpffon
URL Officiel https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon
Description Check if the current site is down for everyone or just you
Taille du Fichier 26.76 KB
Nombre d'Installations 417
Version Actuelle 0.2.6
Dernière Mise à Jour 2020-11-19
Date de Publication 2013-11-18
Évaluation 3.17/5 Total 6 Évaluations
Développeur Alex Cordonnier
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://alexcordonnier.com
URL de la Page d'Aide http://downforeveryoneorjustme.com
Langues Prises en Charge 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?"
    }
}