Dev Tools
Collection of Handy tools for web/developers!
Dev Toolsคืออะไร?
Dev Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ratsubsharewall.blogspot.com และคุณลักษณะหลักของมันคือ "Collection of Handy tools for web/developers!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dev Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |