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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |