ztools - Encrypt password online

Encrypt password, encrypt md5, URL-encodes

Co to jest ztools - Encrypt password online?

ztools - Encrypt password online to rozszerzenie Chrome opracowane przez nhtung, a jego główną funkcją jest „Encrypt password, encrypt md5, URL-encodes”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ztools - Encrypt password online

Pobierz pliki rozszerzeń ztools - Encrypt password online 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

                        More free useful tools for developer. Encrypt password, password online generator, encrypt md5 online, decrypt md5 online, URL-encodes string, Decodes URL-encoded string, Convert HTML entities, generator QR-Code online                    

Podstawowe informacje o rozszerzeniu

Nazwa ztools - Encrypt password online ztools - Encrypt password online
ID iplgdneegggdenfnfobpdeoijlbhdfba
Oficjalny URL https://chromewebstore.google.com/detail/ztools-encrypt-password-o/iplgdneegggdenfnfobpdeoijlbhdfba
Opis Encrypt password, encrypt md5, URL-encodes
Rozmiar pliku 36.19 KB
Liczba instalacji 13
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-03-14
Data Publikacji 2018-03-13
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper nhtung
Typ Płatności free
Strona Rozszerzenia https://ztools.info/
Adres URL Strony Pomocy https://ztools.info/help
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ztools - Encrypt password online",
    "description": "Encrypt password, encrypt md5, URL-encodes",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "ZTools - Encrypt password, encrypt md5, URL-encodes, HTML entities, QR-Code online"
    },
    "background": {
        "scripts": [
            "content\/background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}