yukar

Chrome Extension JavaScript Code Editor

What is yukar?

yukar is a Chrome extension developed by hectorqiu, and its main feature is "Chrome Extension JavaScript Code Editor".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download yukar Extension CRX File

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

                        A JavaScript Code Editor.

Features:

* ES6 / 7
* JSX / Vue JSX
* Offline Use

Support:

https://github.com/LoeiFy/yukar

Email:
[email protected]                    

Extension Basic Information

Name yukar yukar
ID ilbmpnheigbnilnbknenakbkkdmaemlp
Official URL https://chromewebstore.google.com/detail/yukar/ilbmpnheigbnilnbknenakbkkdmaemlp
Description Chrome Extension JavaScript Code Editor
File Size 323 KB
Installation Count 70
Current Version 0.3.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.00/5 Total 2 Ratings
Developer hectorqiu
Email [email protected]
Payment Type free
Extension Website https://github.com/LoeiFy/yukar
Help Page URL https://github.com/LoeiFy/yukar
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "yukar",
    "description": "Chrome Extension JavaScript Code Editor",
    "version": "0.3.0",
    "homepage_url": "https:\/\/github.com\/LoeiFy\/yukar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "yukar",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "offline_enabled": true,
    "minimum_chrome_version": "65",
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "iframe.html"
        ]
    },
    "web_accessible_resources": [
        "iframe.js",
        "component\/*"
    ]
}