Extension Developer Tools - Shortcuts
Many shortcuts for chrome extensions development.
Extension Developer Tools - Shortcutsとは何ですか?
Extension Developer Tools - ShortcutsはJonathan Defraiteurによって開発されたChromeの拡張機能で、その主な機能は「Many shortcuts for chrome extensions development.」です。
拡張機能のスクリーンショット
Extension Developer Tools - Shortcuts拡張機能のCRXファイルをダウンロード
Extension Developer Tools - Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
(Alpha)
Give useful shortcuts for chrome extensions development.
Access in one click to :
📊 — Dashboard (webstore developer)
🎛 — Extensions management
🛠 — Chrome Apps & Extensions Developer Tool
📚 — API Documentation
🛍 — Web Store
*** Scheduled *** 📅
- Display informations about your own extensions
- For each extension, links to :
- webstore developer edit
- statistics (webstore developer)
- chrome store page
- options
- comments
- Allow to switch between developer version and published
*** 拡張機能の基本情報
| 名前 | |
| ID | pcelanjifbkankdncepnkfheicponofn |
| 公式URL | https://chrome.google.com/webstore/detail/extension-developer-tools/pcelanjifbkankdncepnkfheicponofn |
| 説明 | Many shortcuts for chrome extensions development. |
| ファイルサイズ | 65.19 KB |
| インストール数 | 621 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2018-07-25 |
| 公開日 | 2018-07-25 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | Jonathan Defraiteur |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://jonathandefraiteur.me/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"author": "Jonathan Defraiteur",
"version": "0.0.2",
"default_locale": "en",
"browser_action": {
"default_title": "__MSG_extTitle__",
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
},
"default_popup": "popup.html"
},
"permissions": [
"management",
"tabs"
],
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
} | |