Developer Toolbox
A toolbox for developers
What is Developer Toolbox?
Developer Toolbox is a Chrome extension developed by jingyuan, and its main feature is "A toolbox for developers".
Extension Screenshots
Download Developer Toolbox Extension CRX File
Download Developer 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
A Chrome extension for developers. What's inside? 1. An IP finder, with which you can copy your private or IP address with one click. 2. A JSON formatter, which allows you manipulate a JSON in an editor. 3. A case transform, which transform case between camel, underscore and kebab. 4. A image editor, which helps you produce avatar or icon fast.
Extension Basic Information
Name | Developer Toolbox |
ID | pgfabdffjnpacfhiciacbdhigogchehh |
Official URL | https://chromewebstore.google.com/detail/developer-toolbox/pgfabdffjnpacfhiciacbdhigogchehh |
Description | A toolbox for developers |
File Size | 491 KB |
Installation Count | 141 |
Current Version | 1.1.7 |
Last Updated | 2019-05-29 |
Publish Date | 2019-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jingyuan |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Developer Toolbox", "description": "A toolbox for developers", "version": "1.1.7", "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } } |