Code Now

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

Cos'è Code Now?

Code Now è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Code Now

Scarica i file di estensione Code Now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Code Now Code Now
ID kalbcdnbhdhdbboibangihpbdlfamcjh
URL Ufficiale https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh
Descrizione Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
Dimensione del File 6.52 MB
Conteggio Installazioni 68
Versione Corrente 0.0.6
Ultimo Aggiornamento 2020-06-03
Data di Pubblicazione 2020-06-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}