Web Developer Tool for Chrome
Web developer toolbox for your browser.
Web Developer Tool for Chromeとは何ですか?
Web Developer Tool for ChromeはB & Tによって開発されたChromeの拡張機能で、その主な機能は「Web developer toolbox for your browser.」です。
拡張機能のスクリーンショット
Web Developer Tool for Chrome拡張機能のCRXファイルをダウンロード
Web Developer Tool for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
⬇️ Easy to set up ⬇️:
1. Install and pin📌 the extension to Chrome.
2. Get help which is only a click away whenever you need it.
3. Use this flexible, customizable add-on to keep creating wonderful projects. 🧑💻
✨Features ✨
1. Edit CSS function.
2. Responsive Layouts and Window Resize options.
3. Provides bug report and fix bugs. 🐞
4. Works on Chrome, Firefox, and Opera.
5. Other features include: Clear Session Cookies, Display mage File Sizes, Display Topographic Information.
A toolkit for web developers 🧑💻 to not make them do less necessary work and keep their focus on only great things. 拡張機能の基本情報
| 名前 | |
| ID | ghenifimhcdihapkceohjpgiabidpgji |
| 公式URL | https://chromewebstore.google.com/detail/web-developer-tool-for-ch/ghenifimhcdihapkceohjpgiabidpgji |
| 説明 | Web developer toolbox for your browser. |
| ファイルサイズ | 30.89 KB |
| インストール数 | 3,000 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-12-11 |
| 公開日 | 2022-12-11 |
| 評価 | 5.00/5 合計 19 レビュー |
| 開発者 | B & T |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Web Developer Tool for Chrome",
"version": "1.0.0",
"description": "Web developer toolbox for your browser.",
"background": {
"service_worker": "js\/worker_wrapper.js"
},
"icons": {
"16": "img\/web-settings.png",
"32": "img\/web-settings.png",
"48": "img\/web-settings.png",
"128": "img\/web-settings.png"
},
"action": {
"default_icon": "img\/web-settings.png",
"default_popup": "html\/popup.html",
"default_title": "Web Development"
},
"permissions": [
"tabs",
"activeTab",
"unlimitedStorage",
"storage",
"contentSettings",
"scripting",
"cookies"
],
"host_permissions": [
" | |