Dev Toolbox

Dev Toolbox provides quick offline access to various development tools.

Wat is Dev Toolbox?

Dev Toolbox is een Chrome-extensie ontwikkeld door Chris Nanney, en de belangrijkste functie is "Dev Toolbox provides quick offline access to various development tools.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dev Toolbox

Download Dev Toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dev Toolbox Dev Toolbox
ID amhnlknhjgbaeighicaghmebdmblfoah
Officiële URL https://chromewebstore.google.com/detail/dev-toolbox/amhnlknhjgbaeighicaghmebdmblfoah
Beschrijving Dev Toolbox provides quick offline access to various development tools.
Bestandsgrootte 11.58 MB
Aantal Installaties 116
Huidige Versie 1.1.8
Laatst Bijgewerkt 2024-02-15
Publicatiedatum 2022-04-03
Ontwikkelaar Chris Nanney
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/cnanney/dev-toolbox
Help Pagina-URL https://github.com/cnanney/dev-toolbox
Ondersteunde Talen 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"
    }
}