Coding in browser

Coding in browser

What is Coding in browser?

Coding in browser is a Chrome extension developed by myworkstokyo, and its main feature is "Coding in browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Coding in browser Extension CRX File

Download Coding in browser 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

                        You can create and edit text files in your browser.
You can upload a local file for editing.
You can download the created file.                    

Extension Basic Information

Name Coding in browser Coding in browser
ID jnijgdmkjfpdeccboohjpmphhglpncfi
Official URL https://chrome.google.com/webstore/detail/coding-in-browser/jnijgdmkjfpdeccboohjpmphhglpncfi
Description Coding in browser
File Size 12.26 KB
Installation Count 133
Current Version 1.0.1
Last Updated 2020-04-30
Publish Date 2020-04-30
Developer myworkstokyo
Payment Type free
Extension Website https://myworks.tokyo/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coding in browser",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Coding in browser",
    "browser_action": {
        "default_icon": {
            "19": ".\/icon\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/icon\/icon16.png",
        "19": ".\/icon\/icon19.png",
        "32": ".\/icon\/icon32.png",
        "38": ".\/icon\/icon38.png",
        "48": ".\/icon\/icon48.png",
        "128": ".\/icon\/icon128.png"
    }
}