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 |
Eメール | [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" } } |