DevBox
The Developer Toolbox
DevBoxคืออะไร?
DevBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dev-box.app และคุณลักษณะหลักของมันคือ "The Developer Toolbox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevBox
ดาวน์โหลดไฟล์ส่วนขยาย DevBox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DevBox (www.dev-box-app) is a collection of little utilities (63 and growing) that are useful during development: - CRON: inspect CRON expressions in English, and it's next occurrences as a list or a calendar - Generators: Lorem Ipsum, Password, QR Code, Color Palette - KeyCode Info: Get the keycode of the pressed key - Formatters: XML, HTML, GraphQL, JavaScript, YAML - Encoders / Decoders: HTML Entities, Base64, URI - Faker: generate fake data and get it as a JSON - CSS Cursor Reference: Visually see and copy values to the clipboard - Text Diff Checker: Check the difference between two texts - IP information: Check your outside IP address - CSV Previewer: Preview CSV files in a table - SVG Optimizer: Optimize SVGs for size - Image Compressor: Compress images - JSON Viewer: View JSON files in an interactive way This extension is basically a shortcut to https://app.dev-box.app/ which contains 10 tools that can be used for free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmgokdflmeogomlallkkchmgndnipodl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devbox/lmgokdflmeogomlallkkchmgndnipodl |
คำอธิบาย | The Developer Toolbox |
ขนาดไฟล์ | 82.54 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 2.3.0 |
อัปเดตครั้งล่าสุด | 2022-08-13 |
วันที่เผยแพร่ | 2021-11-22 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://dev-box.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.dev-box.app/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "The Developer Toolbox", "name": "DevBox", "manifest_version": 3, "version": "2.3.0", "icons": { "16": "app\/icon-16x16.png", "48": "app\/icon-48x48.png", "128": "app\/icon-128x128.png" }, "action": { "default_icon": { "16": "app\/icon-16x16.png", "32": "app\/icon-32x32.png", "48": "app\/icon-48x48.png", "128": "app\/icon-128x128.png" } }, "background": { "service_worker": "background.js" } } |