DevBox
The Developer Toolbox
DevBox क्या है?
DevBox https://dev-box.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Developer Toolbox"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DevBox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |