Coder's Toolbox

A collection of the best resources for coders.

Coder's Toolbox là gì?

Coder's Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Tim Finnigan, và tính năng chính của nó là "A collection of the best resources for coders.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coder's Toolbox

Tải xuống các tệp mở rộng Coder's Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coder's Toolbox Coder's Toolbox
ID knlhnhhegdjhedaijoiaholkommidbad
URL Chính Thức https://chromewebstore.google.com/detail/coders-toolbox/knlhnhhegdjhedaijoiaholkommidbad
Mô tả A collection of the best resources for coders.
Kích Thước Tệp 56.78 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-03-31
Ngày Phát Hành 2020-03-31
Nhà Phát Triển Tim Finnigan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}