Dev Tools

Tools for Developers.

什么是Dev Tools?

Dev Tools是由Balcones Enterprises开发的Chrome扩展程序,该扩展的主要功能是“Tools for Developers.”。

扩展截图

screenshot

下载Dev Tools扩展crx文件

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

扩展使用说明

                        Simple tools to help streamline daily ad hoc workflows for developers.  I've been creating 'throw away' tools for years and now I'm going to assemble them into this Chrome extension.  I have many more features on the way!  Please feel free to suggest ideas or provide feedback: [email protected]                    

扩展基本信息

名称 Dev Tools Dev Tools
ID leffbcbamfabplbkbgjpdfafcajhjffl
官方URL https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl
简介 Tools for Developers.
文件大小 1.14 MB
安装次数 32
当前版本 1.0
更新时间 2019-07-24
上架时间 2019-07-24
开发者 Balcones Enterprises
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://balconesenterprises.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dev Tools",
    "description": " Tools for Developers.",
    "version": "1.0",
    "short_name": "Dev Tools",
    "icons": {
        "32": "images\/CWS_appIcon_32x32.png",
        "128": "images\/CWS_appIcon_128x128.png",
        "512": "images\/CWS_appIcon_512x512.png"
    },
    "browser_action": {
        "default_icon": "images\/CWS_appIcon_512x512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": []
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}