MD5 Hasher
Chrome extension to generate MD5 hashes
MD5 Hasherとは何ですか?
MD5 HasherはSteven Reekmansによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to generate MD5 hashes」です。
拡張機能のスクリーンショット
MD5 Hasher拡張機能のCRXファイルをダウンロード
MD5 Hasher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hashes a line into a MD5 hash for several times. This provides a good method to create some unique and easy to remember passwords or keys.
拡張機能の基本情報
名前 | MD5 Hasher |
ID | ldplaklajjkpglgpnpheelffkmfednkj |
公式URL | https://chromewebstore.google.com/detail/md5-hasher/ldplaklajjkpglgpnpheelffkmfednkj |
説明 | Chrome extension to generate MD5 hashes |
ファイルサイズ | 48.84 KB |
インストール数 | 569 |
現在のバージョン | 0.2 |
最終更新日 | 2014-07-26 |
公開日 | 2014-07-25 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Steven Reekmans |
支払い方法 | free |
ヘルプページのURL | https://github.com/StevenRKM/chrome-md5 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MD5 Hasher", "description": "Chrome extension to generate MD5 hashes", "version": "0.2", "manifest_version": 2, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "MD5 Hasher", "default_popup": "browser_action.html" }, "icons": { "16": "images\/icon16.png", "36": "images\/icon36.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |