Web developer common tools
An extension for common tools for web developers.
What is Web developer common tools?
Web developer common tools is a Chrome extension developed by pinn.chait, and its main feature is "An extension for common tools for web developers.".
Extension Screenshots
Download Web developer common tools Extension CRX File
Download Web developer common 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
Common tools for web development. Click on extension icon to open tools. Available Tools: - JSON formatter - JavaScript REPL - Text diff - Markdown preview - Lorem ipsum generator - HTML/CSS playground Features - Completely offline - Open source - Built using svelte and TypeScript - Uses VSCode's Monaco editor Source code: https://github.com/noobtiger/dev-utils-addon
Extension Basic Information
Name | Web developer common tools |
ID | fdakgfmmljhnfnncokhkbhmdccoacabp |
Official URL | https://chromewebstore.google.com/detail/web-developer-common-tool/fdakgfmmljhnfnncokhkbhmdccoacabp |
Description | An extension for common tools for web developers. |
File Size | 3.01 MB |
Installation Count | 75 |
Current Version | 0.5 |
Last Updated | 2022-03-29 |
Publish Date | 2021-12-22 |
Developer | pinn.chait |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web developer common tools", "version": "0.5", "manifest_version": 2, "description": "An extension for common tools for web developers.", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": true } } |