Coder's Toolbox

A collection of the best resources for coders.

What is Coder's Toolbox?

Coder's Toolbox is a Chrome extension developed by Tim Finnigan, and its main feature is "A collection of the best resources for coders.".

Extension Screenshots

screenshot

Download Coder's Toolbox Extension CRX File

Download Coder's 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

                        Easily access the key resources to help with coding. This list is customizable based on a user's preferences.                    

Extension Basic Information

Name Coder's Toolbox Coder's Toolbox
ID knlhnhhegdjhedaijoiaholkommidbad
Official URL https://chromewebstore.google.com/detail/coders-toolbox/knlhnhhegdjhedaijoiaholkommidbad
Description A collection of the best resources for coders.
File Size 56.78 KB
Installation Count 40
Current Version 1.0.0
Last Updated 2020-03-31
Publish Date 2020-03-31
Developer Tim Finnigan
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coder's Toolbox",
    "description": "A collection of the best resources for coders.",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "toolbox.html"
    },
    "permissions": [
        ""
    ]
}