Developer Toolbox

A toolbox for developers

什么是Developer Toolbox?

Developer Toolbox是由jingyuan开发的Chrome扩展程序,该扩展的主要功能是“A toolbox for developers”。

扩展截图

screenshot
screenshot

下载Developer Toolbox扩展crx文件

下载Developer Toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Developer Toolbox Developer Toolbox
ID pgfabdffjnpacfhiciacbdhigogchehh
官方URL https://chromewebstore.google.com/detail/developer-toolbox/pgfabdffjnpacfhiciacbdhigogchehh
简介 A toolbox for developers
文件大小 491 KB
安装次数 141
当前版本 1.1.7
更新时间 2019-05-29
上架时间 2019-05-28
评分 5.00/5 共2次评分
开发者 jingyuan
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}