Web Developer Tool for Chrome
Web developer toolbox for your browser.
What is Web Developer Tool for Chrome?
Web Developer Tool for Chrome is a Chrome extension developed by B & T, and its main feature is "Web developer toolbox for your browser.".
Extension Screenshots
Download Web Developer Tool for Chrome Extension CRX File
Download Web Developer Tool for Chrome 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
⬇️ 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.
Extension Basic Information
Name | Web Developer Tool for Chrome |
ID | ghenifimhcdihapkceohjpgiabidpgji |
Official URL | https://chromewebstore.google.com/detail/web-developer-tool-for-ch/ghenifimhcdihapkceohjpgiabidpgji |
Description | Web developer toolbox for your browser. |
File Size | 30.89 KB |
Installation Count | 3,000 |
Current Version | 1.0.0 |
Last Updated | 2022-12-11 |
Publish Date | 2022-12-11 |
Rating | 5.00/5 Total 19 Ratings |
Developer | B & T |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |