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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |