Code formatter
This extension can format HTML, CSS, Javascript & Json code.
ما هو Code formatter؟
Code formatter هو إضافة Chrome تم تطويرها بواسطة Akash Bijwe، والميزة الرئيسية لها هي "This extension can format HTML, CSS, Javascript & Json code.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Code formatter
قم بتنزيل ملفات الامتداد Code formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a Chrome plugin to format or beautify your HTML, CSS, JS and JSON code.
This is a plugin; we do not collect or sell data to anyone. this is purely built-in Javascript and runs on your browser we do not host any server and do not have any direct communication with the plugin.
Please leave a comment & share this extension with your developer buddies If you like this extension.
Made with love in Bharat. 🇮🇳❤️ معلومات أساسية عن التمديد
| الاسم | |
| ID | njpgcnaadikbannefjibknjopmogeidm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/code-formatter/njpgcnaadikbannefjibknjopmogeidm |
| الوصف | This extension can format HTML, CSS, Javascript & Json code. |
| حجم الملف | 316 KB |
| عدد التثبيتات | 1,164 |
| النسخة الحالية | first |
| آخر تحديث | 2023-09-19 |
| تاريخ النشر | 2021-07-19 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | Akash Bijwe |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://akashbijwe.github.io |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Code formatter",
"short_name": "Code formatter",
"version": "1.3",
"version_name": "first",
"author": "Akash Bijwe",
"homepage_url": "http:\/\/akashbijwe.github.io\/",
"incognito": "split",
"offline_enabled": true,
"description": "This extension can format HTML, CSS, Javascript & Json code.",
"action": {
"default_icon": "img\/logo_128.png",
"default_popup": "index.html",
"default_title": "Code Formatter"
},
"icons": {
"16": "img\/logo_16.png",
"64": "img\/logo_64.png",
"128": "img\/logo_128.png"
}
} | |