Toolbox
Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format
Toolboxคืออะไร?
Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xuender.me และคุณลักษณะหลักของมันคือ "Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toolbox
ดาวน์โหลดไฟล์ส่วนขยาย Toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
chrome toolbox Useful tool set. Commonly used text processing tools. 0.1.34 number sort 0.1.20 remove blank lines, beautify: js, css, html, json 0.1.13 md5, sha1 0.1.10 sort, unique, trim
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Toolbox |
ID | hbkboegfdkllhmokangamapokbnnhfbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/toolbox/hbkboegfdkllhmokangamapokbnnhfbl |
คำอธิบาย | Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 1,341 |
เวอร์ชันปัจจุบัน | 0.1.34 |
อัปเดตครั้งล่าสุด | 2013-06-03 |
วันที่เผยแพร่ | 2013-06-02 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://xuender.me |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://xuender.me |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "0.1.34", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |