Code Formatter
A chrome plugin to format your HTML, CSS, JS or JSON code.
什么是Code Formatter?
Code Formatter是由http://yassershaikh.com开发的Chrome扩展程序,该扩展的主要功能是“A chrome plugin to format your HTML, CSS, JS or JSON code.”。
扩展截图
下载Code Formatter扩展crx文件
下载Code Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: A free and easy to use extension to format your code, supports : - HTML - CSS - jQuery - Javascript - JSON - C, C++, PHP, C# and more... Introductory video: http://www.youtube.com/watch?v=ayM55ig9Gi0
扩展基本信息
名称 | |
ID | deecjbhfakhcegonhediiniinjdgmfie |
官方URL | https://chrome.google.com/webstore/detail/code-formatter/deecjbhfakhcegonhediiniinjdgmfie |
简介 | A chrome plugin to format your HTML, CSS, JS or JSON code. |
文件大小 | 1.08 MB |
安装次数 | 8,190 |
当前版本 | 1.5 |
更新时间 | 2014-04-09 |
上架时间 | 2014-04-09 |
评分 | 4.09/5 共35次评分 |
开发者 | http://yassershaikh.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://yassershaikh.com/plugins/ |
帮助页面URL | http://yassershaikh.com/plugins/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Formatter", "description": "A chrome plugin to format your HTML, CSS, JS or JSON code.", "version": "1.5", "browser_action": { "default_title": "Format your code", "default_icon": { "19": "icons\/logo.png" }, "default_popup": "code-formatter.html" }, "manifest_version": 2 } |