JS Beautifier settings tweaks
Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
什麼是JS Beautifier settings tweaks?
JS Beautifier settings tweaks是由ryanpcmcquen開發的Chrome擴展程式,該擴展的主要功能是“Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.”。
擴展截圖
下載JS Beautifier settings tweaks擴展crx文件
下載JS Beautifier settings tweaks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Makes jsbeautifier.org use 4 spaces, JSLint-happy formatting and no character wrap length by default.
擴展基本資訊
名稱 | |
ID | gknjdefghnnlfbgaecnffmmbopiedlje |
官方網址 | https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje |
簡介 | Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default. |
檔案大小 | 40.51 KB |
安裝次數 | 49 |
目前版本 | 0.3.3 |
更新時間 | 2020-04-28 |
上架時間 | 2020-04-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | ryanpcmcquen |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Beautifier settings tweaks", "description": "Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.", "version": "0.3.3", "icons": { "128": "jsbeautifierSettingsTweaks__icon.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/jsbeautifier.org\/", "http:\/\/jsbeautifier.org\/*", "https:\/\/beautifier.io\/", "https:\/\/beautifier.io\/*" ], "js": [ "jsbeautifierSettingsTweaks.js" ] } ] } |