Coder's Toolbox
A collection of the best resources for coders.
什么是Coder's Toolbox?
Coder's Toolbox是由Tim Finnigan开发的Chrome扩展程序,该扩展的主要功能是“A collection of the best resources for coders.”。
扩展截图
下载Coder's Toolbox扩展crx文件
下载Coder's Toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily access the key resources to help with coding. This list is customizable based on a user's preferences. 扩展基本信息
| 名称 | |
| ID | knlhnhhegdjhedaijoiaholkommidbad |
| 官方URL | https://chromewebstore.google.com/detail/coders-toolbox/knlhnhhegdjhedaijoiaholkommidbad |
| 简介 | A collection of the best resources for coders. |
| 文件大小 | 56.78 KB |
| 安装次数 | 40 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-03-31 |
| 上架时间 | 2020-03-31 |
| 开发者 | Tim Finnigan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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": [
""
]
} | |