Dev Tools

Collection of Handy tools for web/developers!

什麼是Dev Tools?

Dev Tools是由https://ratsubsharewall.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Collection of Handy tools for web/developers!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Dev Tools擴展crx文件

下載Dev Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Dev Tools Dev Tools
ID ahaclkcdfdcebbegimadgdlkccjdkmca
官方網址 https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca
簡介 Collection of Handy tools for web/developers!
檔案大小 106 KB
安裝次數 885
目前版本 5.0
更新時間 2021-05-04
上架時間 2018-08-08
評分 5.00/5 共 1 次評分
開發者 https://ratsubsharewall.blogspot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://onlinedevtool.blogspot.com/
隱私政策頁面URL https://dtools.app/privacy
支援的語言 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"
    }
}