HTML Hash Generator
Compute SHA256 cryptographic hash over the HTML source for current page.
HTML Hash Generatorคืออะไร?
HTML Hash Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.aditya-patil.com และคุณลักษณะหลักของมันคือ "Compute SHA256 cryptographic hash over the HTML source for current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Hash Generator
ดาวน์โหลดไฟล์ส่วนขยาย HTML Hash Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HTML Hash Generator is a simple chrome extension to compute SHA256 cryptographic hash over the HTML source for current page. The hash computed can be copied to clipboard along with the HTML source of web page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ofppejjokmjhcilbdnamflppipeemmif |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif |
คำอธิบาย | Compute SHA256 cryptographic hash over the HTML source for current page. |
ขนาดไฟล์ | 157 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-09-12 |
วันที่เผยแพร่ | 2017-09-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.aditya-patil.com |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/aditya-a-patil/HTML-Hash-Generator |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML Hash Generator", "version": "1.0", "manifest_version": 2, "description": "Compute SHA256 cryptographic hash over the HTML source for current page.", "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", " |