Dev Toolbox
Dev Toolbox provides quick offline access to various development tools.
Vad är Dev Toolbox?
Dev Toolbox är en Chrome-tillägg utvecklad av Chris Nanney, och dess huvudfunktion är "Dev Toolbox provides quick offline access to various development tools.".
Tilläggsskärmbilder
Ladda ner Dev Toolbox-förlängningens CRX-fil
Ladda ner Dev Toolbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Current tool set: 1. Calculate hashes 2. Encode and decode HTML, URI, Base64 3. Convert number between different bases 4. Parse and manipulate various time formats 5. Format and inspect IPv4/CIDR addresses 6. Search all v15.0 emoji with quick copying Runs entirely offline, and only requires local storage permission to remember the last tool used and its input.
Grundläggande Information om Tillägg
Namn | Dev Toolbox |
ID | amhnlknhjgbaeighicaghmebdmblfoah |
Officiell webbadress | https://chromewebstore.google.com/detail/dev-toolbox/amhnlknhjgbaeighicaghmebdmblfoah |
Beskrivning | Dev Toolbox provides quick offline access to various development tools. |
Filstorlek | 11.58 MB |
Antal Installationer | 116 |
Aktuell Version | 1.1.8 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2022-04-03 |
Utvecklare | Chris Nanney |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/cnanney/dev-toolbox |
Hjälpsida URL | https://github.com/cnanney/dev-toolbox |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dev Toolbox", "description": "Dev Toolbox provides quick offline access to various development tools.", "version": "1.1.8", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/tb_16.png", "24": "\/img\/tb_24.png" } }, "icons": { "16": "\/img\/tb_16.png", "24": "\/img\/tb_24.png", "32": "\/img\/tb_32.png", "48": "\/img\/tb_48.png", "128": "\/img\/tb_128.png" } } |