Developer Toolbox
A toolbox for developers
什麼是Developer Toolbox?
Developer Toolbox是由jingyuan開發的Chrome擴展程式,該擴展的主要功能是“A toolbox for developers”。
擴展截圖
下載Developer Toolbox擴展crx文件
下載Developer Toolbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome extension for developers.
What's inside?
1. An IP finder, with which you can copy your private or IP address with one click.
2. A JSON formatter, which allows you manipulate a JSON in an editor.
3. A case transform, which transform case between camel, underscore and kebab.
4. A image editor, which helps you produce avatar or icon fast. 擴展基本資訊
| 名稱 | |
| ID | pgfabdffjnpacfhiciacbdhigogchehh |
| 官方網址 | https://chromewebstore.google.com/detail/developer-toolbox/pgfabdffjnpacfhiciacbdhigogchehh |
| 簡介 | A toolbox for developers |
| 檔案大小 | 491 KB |
| 安裝次數 | 141 |
| 目前版本 | 1.1.7 |
| 更新時間 | 2019-05-29 |
| 上架時間 | 2019-05-28 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | jingyuan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Developer Toolbox",
"description": "A toolbox for developers",
"version": "1.1.7",
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"icons": {
"16": "static\/icon16.png",
"32": "static\/icon32.png",
"48": "static\/icon48.png",
"128": "static\/icon128.png"
}
} | |