Code Now

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

O que é Code Now?

Code Now é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Code Now

Baixe arquivos de extensão Code Now no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Code Now Code Now
ID kalbcdnbhdhdbboibangihpbdlfamcjh
URL Oficial https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh
Descrição Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
Tamanho do Arquivo 6.52 MB
Contagem de Instalações 68
Versão Atual 0.0.6
Última Atualização 2020-06-03
Data de Publicação 2020-06-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}