Dev Tools

Tools for Developers.

What is Dev Tools?

Dev Tools is a Chrome extension developed by Balcones Enterprises, and its main feature is "Tools for Developers.".

Extension Screenshots

screenshot

Download Dev Tools Extension CRX File

Download Dev Tools 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

                        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]                    

Extension Basic Information

Name Dev Tools Dev Tools
ID leffbcbamfabplbkbgjpdfafcajhjffl
Official URL https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl
Description Tools for Developers.
File Size 1.14 MB
Installation Count 32
Current Version 1.0
Last Updated 2019-07-24
Publish Date 2019-07-24
Developer Balcones Enterprises
Email [email protected]
Payment Type free
Privacy Policy Page URL https://balconesenterprises.com/privacy-policy
Supported Languages 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'"
}