Quasar Developer Tools
Famous Developer Tools in your Browser Extension
What is Quasar Developer Tools?
Quasar Developer Tools is a Chrome extension developed by https://quasarcommunity.org, and its main feature is "Famous Developer Tools in your Browser Extension".
Extension Screenshots
Download Quasar Developer Tools Extension CRX File
Download Quasar Developer Tools 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
Quasar Developer Tools brings you the necessary development tools to your browser extension. You can test your designs in multiple devices of the latest sizes or test your API calls easily through this extension.
Extension Basic Information
Name | Quasar Developer Tools |
ID | dfdnliikbcndmalknhfidlejogjbejih |
Official URL | https://chromewebstore.google.com/detail/quasar-developer-tools/dfdnliikbcndmalknhfidlejogjbejih |
Description | Famous Developer Tools in your Browser Extension |
File Size | 143 KB |
Installation Count | 347 |
Current Version | 1.1 |
Last Updated | 2022-04-26 |
Publish Date | 2022-04-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://quasarcommunity.org |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quasar Developer Tools", "version": "1.1", "description": "Famous Developer Tools in your Browser Extension", "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png", "16": "icons\/logo16.png" }, "action": { "default_icon": "icons\/logo128.png", "default_popup": "html\/popup.html" }, "background": { "service_worker": "js\/eventpage.js" }, "content_scripts": [ { "matches": [ " |