Dev Tools

Collection of Handy tools for web/developers!

What is Dev Tools?

Dev Tools is a Chrome extension developed by https://ratsubsharewall.blogspot.com, and its main feature is "Collection of Handy tools for web/developers!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Dev Tools Extension CRX File

Download Dev 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

                        Boost your web/development productivity

Provides a collection of various free tools for developers and users out there who might find them useful.

- URL Encoder/Decoder
- HTML Encoder/Decoder
- Javascript Formatter
- CSS Beautifier/Formatter
- XML Beautifier/Formatter
- Text=>Image watermark
- Base⁶⁴ Img Data URL

For suggestions & feedback write to:
[email protected]

About Me:
https://ratsubsharewall.blogspot.com/p/about-rathanavel.html

Privacy:
https://ratsubsharewall.blogspot.com/p/privacy-policy.html                    

Extension Basic Information

Name Dev Tools Dev Tools
ID ahaclkcdfdcebbegimadgdlkccjdkmca
Official URL https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca
Description Collection of Handy tools for web/developers!
File Size 106 KB
Installation Count 885
Current Version 5.0
Last Updated 2021-05-04
Publish Date 2018-08-08
Rating 5.00/5 Total 1 Ratings
Developer https://ratsubsharewall.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://onlinedevtool.blogspot.com/
Privacy Policy Page URL https://dtools.app/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dev Tools",
    "short_name": "Collection of Handy tools",
    "description": "Collection of Handy tools for web\/developers!",
    "version": "5.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Dev Tools"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}