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.
扩展基本信息
名称 | Sha1 Hash Generator |
ID | lgnjfdpncllhdfpeombifohhakpemcnm |
官方URL | 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" } } |