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!”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | ahaclkcdfdcebbegimadgdlkccjdkmca |
| 官方URL | 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"
}
} | |