Toolbox
Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format
什么是Toolbox?
Toolbox是由https://xuender.me开发的Chrome扩展程序,该扩展的主要功能是“Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format”。
扩展截图
下载Toolbox扩展crx文件
下载Toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
chrome toolbox Useful tool set. Commonly used text processing tools. 0.1.34 number sort 0.1.20 remove blank lines, beautify: js, css, html, json 0.1.13 md5, sha1 0.1.10 sort, unique, trim
扩展基本信息
名称 | Toolbox |
ID | hbkboegfdkllhmokangamapokbnnhfbl |
官方URL | https://chromewebstore.google.com/detail/toolbox/hbkboegfdkllhmokangamapokbnnhfbl |
简介 | Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format |
文件大小 | 111 KB |
安装次数 | 1,341 |
当前版本 | 0.1.34 |
更新时间 | 2013-06-03 |
上架时间 | 2013-06-02 |
评分 | 3.29/5 共7次评分 |
开发者 | https://xuender.me |
付费类型 | free |
扩展官网 | http://xuender.me |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "0.1.34", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |