Code Now

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

Что такое Code Now?

Code Now - это расширение Chrome, разработанное Unknown, и его основная функция - "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Code Now

Скачайте файлы расширений Code Now в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Code Now Code Now
ID kalbcdnbhdhdbboibangihpbdlfamcjh
Официальный URL https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh
Описание Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
Размер файла 6.52 MB
Количество установок 68
Текущая Версия 0.0.6
Последнее Обновление 2020-06-03
Дата публикации 2020-06-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
    ]
}