Extension Developer Tools - Shortcuts
Many shortcuts for chrome extensions development.
Extension Developer Tools - Shortcutsคืออะไร?
Extension Developer Tools - Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Defraiteur และคุณลักษณะหลักของมันคือ "Many shortcuts for chrome extensions development."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Developer Tools - Shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |