Am I working on localhost?

Am I working on localhost?

Qu'est-ce que Am I working on localhost? ?

Am I working on localhost? est une extension Chrome développée par Zokis, et sa fonction principale est "Am I working on localhost?".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Am I working on localhost?

Téléchargez les fichiers d'extension Am I working on localhost? 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

                        Am I working on localhost?                    

Informations de Base sur l'Extension

Nom Am I working on localhost? Am I working on localhost?
ID hcodibddbhfaojganenggofiogdojbgc
URL Officiel https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc
Description Am I working on localhost?
Taille du Fichier 38.95 KB
Nombre d'Installations 34
Version Actuelle 0.7
Dernière Mise à Jour 2015-04-27
Date de Publication 2015-04-27
Développeur Zokis
Type de Paiement free
Langues Prises en Charge pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Am I working on localhost?",
    "short_name": "iwolh",
    "description": "Am I working on localhost?",
    "minimum_chrome_version": "38",
    "version": "0.7",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "local.js"
            ],
            "css": [
                "local.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}