Extension Developer Tools - Shortcuts
Many shortcuts for chrome extensions development.
What is Extension Developer Tools - Shortcuts?
Extension Developer Tools - Shortcuts is a Chrome extension developed by Jonathan Defraiteur, and its main feature is "Many shortcuts for chrome extensions development.".
Extension Screenshots
Download Extension Developer Tools - Shortcuts Extension CRX File
Download Extension Developer Tools - Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
(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 ***
Extension Basic Information
Name | |
ID | pcelanjifbkankdncepnkfheicponofn |
Official URL | https://chrome.google.com/webstore/detail/extension-developer-tools/pcelanjifbkankdncepnkfheicponofn |
Description | Many shortcuts for chrome extensions development. |
File Size | 65.19 KB |
Installation Count | 621 |
Current Version | 0.0.2 |
Last Updated | 2018-07-25 |
Publish Date | 2018-07-25 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Jonathan Defraiteur |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jonathandefraiteur.me/privacy-policy |
Supported Languages | 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" } } |