Code Now

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

Code Now là gì?

Code Now là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Code Now

Tải xuống các tệp mở rộng Code Now dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Code Now Code Now
ID kalbcdnbhdhdbboibangihpbdlfamcjh
URL Chính Thức https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh
Mô tả Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
Kích Thước Tệp 6.52 MB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2020-06-03
Ngày Phát Hành 2020-06-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}