F12

A chrome extension to help a developer's life tab bit easier

Cos'è F12?

F12 è un'estensione di Chrome sviluppata da thef12app, e la sua funzione principale è "A chrome extension to help a developer's life tab bit easier".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione F12

Scarica i file di estensione F12 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        F12 is an all in one developer toolbox. It tries to give you all the tools that you need as a developer. 

We currently have:

Unix time converter + timezone converter, 
JWT Decoder, 
Base64 Encoder / Decoder, 
URL Inspector / Constructor, 
KeyCode Finder and 
JSON Formatter. 

We're working on adding more tools in near future.

Our aim is to provide a safe set of tools where your sensitive data doesn't leave your browser. You don't have to paste your JWT into that fishy website ever again.                    

Informazioni di Base sull'Estensione

Nome F12 F12
ID mbnakamgdofpbfjpibdmcmjonhoncbgf
URL Ufficiale https://chromewebstore.google.com/detail/f12/mbnakamgdofpbfjpibdmcmjonhoncbgf
Descrizione A chrome extension to help a developer's life tab bit easier
Dimensione del File 3.54 MB
Conteggio Installazioni 472
Versione Corrente 2.0.4
Ultimo Aggiornamento 2021-12-19
Data di Pubblicazione 2021-10-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore thef12app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to help a developer's life tab bit easier",
    "version": "2.0.4",
    "manifest_version": 3,
    "name": "F12",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    }
}