Code Now

Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.

What is Code Now?

Code Now is a Chrome extension developed by Unknown, and its main feature is "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Code Now Extension CRX File

Download Code Now 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

                        Code Editor, Code Diff, Beautify Code all in simple easy light weight chrome extension.
Features
- Supports Code Editing, Intellisense, Autocompletion syntax
- Language supported: CSS, HTML, JavaScript, JSON, JSX, XML
- Themes: Solarised Dark, twilight, Xcode
- Code Beautifier
- JSON to Javascript object
- Code Stringify
- Save Activity
- Control Editor and Beautifier config                    

Extension Basic Information

Name Code Now Code Now
ID kalbcdnbhdhdbboibangihpbdlfamcjh
Official URL https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh
Description Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
File Size 6.52 MB
Installation Count 68
Current Version 0.0.6
Last Updated 2020-06-03
Publish Date 2020-06-02
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code Now",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}