code runner

run simple code anytime and anywhere without any environment requirement

What is code runner?

code runner is a Chrome extension developed by xiakai61877, and its main feature is "run simple code anytime and anywhere without any environment requirement".

Extension Screenshots

screenshot

Download code runner Extension CRX File

Download code runner 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

                        simple code snippet runner on chrome                    

Extension Basic Information

Name code runner code runner
ID dbhlmjpfacmmmplcebbhgbofbckhmpbj
Official URL https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj
Description run simple code anytime and anywhere without any environment requirement
File Size 1.4 MB
Installation Count 1,244
Current Version 0.0.3
Last Updated 2021-11-17
Publish Date 2020-07-21
Rating 4.50/5 Total 6 Ratings
Developer xiakai61877
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "code runner",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "run simple code anytime and anywhere without any environment requirement",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ilovegoogle.cn\/runner"
    ],
    "browser_action": {
        "default_title": "code runner",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}