Am I working on localhost?

Am I working on localhost?

What is Am I working on localhost??

Am I working on localhost? is a Chrome extension developed by Zokis, and its main feature is "Am I working on localhost?".

Extension Screenshots

screenshot

Download Am I working on localhost? Extension CRX File

Download Am I working on localhost? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Am I working on localhost?                    

Extension Basic Information

Name Am I working on localhost? Am I working on localhost?
ID hcodibddbhfaojganenggofiogdojbgc
Official URL https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc
Description Am I working on localhost?
File Size 38.95 KB
Installation Count 34
Current Version 0.7
Last Updated 2015-04-27
Publish Date 2015-04-27
Developer Zokis
Payment Type free
Supported Languages 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"
        }
    ]
}