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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Checksum On the Go
قم بتنزيل ملفات الامتداد Checksum On the Go بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
In 4 simple steps you can verify checksum of your downloaded content: - copy checksum - select file - select hash type - press check button
معلومات أساسية عن التمديد
الاسم | |
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" ] } |