Quasar Developer Tools
Famous Developer Tools in your Browser Extension
Quasar Developer Toolsとは何ですか?
Quasar Developer Toolsはhttps://quasarcommunity.orgによって開発されたChromeの拡張機能で、その主な機能は「Famous Developer Tools in your Browser Extension」です。
拡張機能のスクリーンショット
Quasar Developer Tools拡張機能のCRXファイルをダウンロード
Quasar Developer Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Quasar Developer Tools |
ID | dfdnliikbcndmalknhfidlejogjbejih |
公式URL | https://chromewebstore.google.com/detail/quasar-developer-tools/dfdnliikbcndmalknhfidlejogjbejih |
説明 | Famous Developer Tools in your Browser Extension |
ファイルサイズ | 143 KB |
インストール数 | 347 |
現在のバージョン | 1.1 |
最終更新日 | 2022-04-26 |
公開日 | 2022-04-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://quasarcommunity.org |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [ " |