Toolbox
Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format
What is Toolbox?
Toolbox is a Chrome extension developed by https://xuender.me, and its main feature is "Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format".
Extension Screenshots
Download Toolbox Extension CRX File
Download Toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Toolbox |
ID | hbkboegfdkllhmokangamapokbnnhfbl |
Official URL | https://chromewebstore.google.com/detail/toolbox/hbkboegfdkllhmokangamapokbnnhfbl |
Description | Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format |
File Size | 111 KB |
Installation Count | 1,341 |
Current Version | 0.1.34 |
Last Updated | 2013-06-03 |
Publish Date | 2013-06-02 |
Rating | 3.29/5 Total 7 Ratings |
Developer | https://xuender.me |
Payment Type | free |
Extension Website | http://xuender.me |
Supported Languages | 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" } } |