F12

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

Co to jest F12?

F12 to rozszerzenie Chrome opracowane przez thef12app, a jego główną funkcją jest „A chrome extension to help a developer's life tab bit easier”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia F12

Pobierz pliki rozszerzeń F12 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa F12 F12
ID mbnakamgdofpbfjpibdmcmjonhoncbgf
Oficjalny URL https://chromewebstore.google.com/detail/f12/mbnakamgdofpbfjpibdmcmjonhoncbgf
Opis A chrome extension to help a developer's life tab bit easier
Rozmiar pliku 3.54 MB
Liczba instalacji 472
Aktualna Wersja 2.0.4
Ostatnia Aktualizacja 2021-12-19
Data Publikacji 2021-10-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper thef12app
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}