CleancodeJSON
A simple tool to format json.
什麼是CleancodeJSON?
CleancodeJSON是由developer開發的Chrome擴展程式,該擴展的主要功能是“A simple tool to format json.”。
擴展截圖
下載CleancodeJSON擴展crx文件
下載CleancodeJSON擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cleancode JSON tool to format, edit, and beautify JSON data in real-time
Cleancode JSON – Feature-rich, and user-friendly JSON editor
FEATURES:
format, edit, and beautify JSON data
a native editing experience.
Feel free to visit: https:// cleancode-json.club/ for more information!
By clicking "Add to Chrome" you accept and agree to install Cleancode JSON Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cleancode-json.club/terms-and-conditions/ and Privacy Policy at https://www.cleancode-json.club/privacy-policy/.
The extension will update your new tab with Base 64 Encoder and Decoder and search and will change your search engine to provide more insightful and accurate search results. 擴展基本資訊
| 名稱 | |
| ID | pplokeajidgpcdbhpceiahkjmffjnfon |
| 官方網址 | https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon |
| 簡介 | A simple tool to format json. |
| 檔案大小 | 1.55 MB |
| 安裝次數 | 159,143 |
| 目前版本 | 1.5 |
| 更新時間 | 2023-01-27 |
| 上架時間 | 2023-01-18 |
| 評分 | 4.71/5 共 7 次評分 |
| 開發者 | developer |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.cleancode-json.club |
| 說明頁面URL | https://www.cleancode-json.club/contact/ |
| 隱私政策頁面URL | https://www.cleancode-json.club/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CleancodeJSON",
"description": "A simple tool to format json.",
"version": "1.5",
"manifest_version": 3,
"homepage_url": "https:\/\/cleancode-json.club\/",
"background": {
"service_worker": ".\/background.js"
},
"chrome_url_overrides": {
"newtab": ".\/page\/index.html"
},
"permissions": [
"tabs"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": ".\/images\/16.png",
"32": ".\/images\/32.png",
"48": ".\/images\/48.png",
"128": ".\/images\/128.png"
}
},
"icons": {
"16": ".\/images\/16.png",
"32": ".\/images\/32.png",
"48": ".\/images\/48.png",
"128": ".\/images\/128.png"
}
} | |