Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Quick Toolsคืออะไร?
Quick Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 1337hashedbrowns และคุณลักษณะหลักของมันคือ "Quick Tools are a set of useful tools such as calculators and converters to make things easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Tools
ดาวน์โหลดไฟล์ส่วนขยาย Quick Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options! Currently in beta, so please do report bugs!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Tools |
ID | kelhbmhhdglbippaedleoijldkolkhdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
คำอธิบาย | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
ขนาดไฟล์ | 20.06 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2021-05-21 |
วันที่เผยแพร่ | 2021-05-19 |
ผู้พัฒนา | 1337hashedbrowns |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Tools", "version": "1.0.2", "description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.", "author": "TheSavageTeddy", "permissions": [ "storage", "unlimitedStorage" ], "browser_action": { "default_popup": "html\/menu.html", "default_title": "Quick Tools" }, "icons": { "128": "app\/quick-tools-icon-128.png" }, "offline_enabled": true, "manifest_version": 2 } |