Extension Developer Tools - Shortcuts
Many shortcuts for chrome extensions development.
Wat is Extension Developer Tools - Shortcuts?
Extension Developer Tools - Shortcuts is een Chrome-extensie ontwikkeld door Jonathan Defraiteur, en de belangrijkste functie is "Many shortcuts for chrome extensions development.".
Extensie Screenshots
Download het CRX-bestand van de extensie Extension Developer Tools - Shortcuts
Download Extension Developer Tools - Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
(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
*** Basisinformatie over de Extensie
| Naam | |
| ID | pcelanjifbkankdncepnkfheicponofn |
| Officiële URL | https://chrome.google.com/webstore/detail/extension-developer-tools/pcelanjifbkankdncepnkfheicponofn |
| Beschrijving | Many shortcuts for chrome extensions development. |
| Bestandsgrootte | 65.19 KB |
| Aantal Installaties | 621 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2018-07-25 |
| Publicatiedatum | 2018-07-25 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Jonathan Defraiteur |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://jonathandefraiteur.me/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |