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 |
官方URL | 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" ] } ] } |