Browser REPL

REPL in Sublime that evals in Chrome

What is Browser REPL?

Browser REPL is a Chrome extension developed by Victor Cottin, and its main feature is "REPL in Sublime that evals in Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download Browser REPL Extension CRX File

Download Browser REPL 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

                                            

Extension Basic Information

Name Browser REPL Browser REPL
ID dccffbhkbhifhbmilfhcjfgkmheldkjm
Official URL https://chrome.google.com/webstore/detail/browser-repl/dccffbhkbhifhbmilfhcjfgkmheldkjm
Description REPL in Sublime that evals in Chrome
File Size 183 KB
Installation Count 64
Current Version 0.1.1
Last Updated 2015-09-26
Publish Date 2015-09-26
Developer Victor Cottin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser REPL",
    "description": "REPL in Sublime that evals in Chrome",
    "version": "0.1.1",
    "author": "Victor Cottin",
    "icons": {
        "16": "images\/icon_19.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_48.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Browser REPL",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "scripts\/background.js"
        ]
    }
}