Checksum On the Go

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

Checksum On the Goคืออะไร?

Checksum On the Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeyhun Gurbanov และคุณลักษณะหลักของมันคือ "This extension will check checksum for a file and make sure it matches selected checksum value"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checksum On the Go

ดาวน์โหลดไฟล์ส่วนขยาย Checksum On the Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Checksum On the Go Checksum On the Go
ID fholnooplijidhdagedffljaphholpea
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea
คำอธิบาย This extension will check checksum for a file and make sure it matches selected checksum value
ขนาดไฟล์ 50.73 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-12-29
วันที่เผยแพร่ 2015-12-29
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jeyhun Gurbanov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}