DevBox
The Developer Toolbox
什麼是DevBox?
DevBox是由https://dev-box.app開發的Chrome擴展程式,該擴展的主要功能是“The Developer Toolbox”。
擴展截圖
下載DevBox擴展crx文件
下載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 |
官方網址 | 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" } } |