livejs

chrome extension for livejs

What is livejs?

livejs is a Chrome extension developed by https://wenzhixin.net.cn, and its main feature is "chrome extension for livejs".

Extension Screenshots

Download livejs Extension CRX File

Download livejs 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

                        Say goodbye to Alt-Tab. Live.js makes sure you're always looking at the latest version of the page you're working on, whether you're writing HTML, CSS or Javascript.                    

Extension Basic Information

Name livejs livejs
ID fnenjmjepccoionjgdgimlnppidghbbg
Official URL https://chromewebstore.google.com/detail/livejs/fnenjmjepccoionjgdgimlnppidghbbg
Description chrome extension for livejs
File Size 12.54 KB
Installation Count 522
Current Version 1.0.1
Last Updated 2013-11-18
Publish Date 2013-11-17
Rating 3.83/5 Total 6 Ratings
Developer https://wenzhixin.net.cn
Email [email protected]
Payment Type free
Extension Website https://github.com/wenzhixin/livejs
Help Page URL https://github.com/wenzhixin/livejs/issues
Supported Languages en-US
manifest.json
{
    "name": "livejs",
    "description": "chrome extension for livejs",
    "version": "1.0.1",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "live.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo_disabled.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}