Checksum On the Go

This extension will check checksum for a file and make sure it matches selected checksum value

Co to jest Checksum On the Go?

Checksum On the Go to rozszerzenie Chrome opracowane przez Jeyhun Gurbanov, a jego główną funkcją jest „This extension will check checksum for a file and make sure it matches selected checksum value”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Checksum On the Go

Pobierz pliki rozszerzeń Checksum On the Go 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

                        In 4 simple steps you can verify checksum of your downloaded content: 
  - copy checksum 
  - select file 
  - select hash type 
  - press check button                    

Podstawowe informacje o rozszerzeniu

Nazwa Checksum On the Go Checksum On the Go
ID fholnooplijidhdagedffljaphholpea
Oficjalny URL https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea
Opis This extension will check checksum for a file and make sure it matches selected checksum value
Rozmiar pliku 50.73 KB
Liczba instalacji 144
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-12-29
Data Publikacji 2015-12-29
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Jeyhun Gurbanov
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",
    "manifest_version": 2,
    "name": "Checksum On the Go",
    "description": "This extension will check checksum for a file and make sure it matches selected checksum value",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}