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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |