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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
(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 |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |