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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |