Hash Generator
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!
Hash Generatorคืออะไร?
Hash Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabriel Donadel Dall'Agnol และคุณลักษณะหลักของมันคือ "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hash Generator
ดาวน์โหลดไฟล์ส่วนขยาย Hash Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Simple to use Chrome extension to immediately generate your own hashes with a single click. The current version supports MD5, SHA-1, SHA-256 and SHA-512.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hash Generator |
ID | gpoanfafbmmhifpmbefgllakooeokdgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hash-generator/gpoanfafbmmhifpmbefgllakooeokdgl |
คำอธิบาย | Generate MD5, SHA-1, SHA-256 and SHA-512 hashes! |
ขนาดไฟล์ | 24.89 KB |
จำนวนการติดตั้ง | 1,174 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-03-09 |
วันที่เผยแพร่ | 2018-09-18 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Gabriel Donadel Dall'Agnol |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gabrieldonadel.github.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://gabrieldonadel.github.io/politica_privacidade.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hash Generator", "version": "1.0", "description": "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |