Sha1 Hash Generator
Generate sha1 hash from any text input
什麼是Sha1 Hash Generator?
Sha1 Hash Generator是由https://www.mediafreeware.com開發的Chrome擴展程式,該擴展的主要功能是“Generate sha1 hash from any text input”。
擴展截圖
下載Sha1 Hash Generator擴展crx文件
下載Sha1 Hash Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
How it works?
Click extension icon to open online generator.
Enter text and click generate button to get sha1 hashed text. 擴展基本資訊
| 名稱 | |
| ID | lgnjfdpncllhdfpeombifohhakpemcnm |
| 官方網址 | https://chromewebstore.google.com/detail/sha1-hash-generator/lgnjfdpncllhdfpeombifohhakpemcnm |
| 簡介 | Generate sha1 hash from any text input |
| 檔案大小 | 24.49 KB |
| 安裝次數 | 25 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-07-24 |
| 上架時間 | 2020-07-24 |
| 開發者 | https://www.mediafreeware.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.mediafreeware.com/sha1-hash-generator.html |
| 隱私政策頁面URL | https://www.mediafreeware.com/privacypolicy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sha1 Hash Generator",
"default_locale": "en",
"description": "Generate sha1 hash from any text input",
"background": {
"scripts": [
"background.js"
]
},
"version": "1.0",
"icons": {
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-128.png"
}
} | |