Code formatter
This extension can format HTML, CSS, Javascript & Json code.
什麼是Code formatter?
Code formatter是由Akash Bijwe開發的Chrome擴展程式,該擴展的主要功能是“This extension can format HTML, CSS, Javascript & Json code.”。
擴展截圖
下載Code formatter擴展crx文件
下載Code formatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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"
}
} | |