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 |
| Eメール | [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": [
""
]
} | |