Code Now
Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
什麼是Code Now?
Code Now是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.”。
擴展截圖
下載Code Now擴展crx文件
下載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 |
ID | kalbcdnbhdhdbboibangihpbdlfamcjh |
官方網址 | 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" ] } |