carrot-hash
carrot-hash 密文查询工具
carrot-hashとは何ですか?
carrot-hashはwujunzeによって開発されたChromeの拡張機能で、その主な機能は「carrot-hash 密文查询工具」です。
拡張機能のスクリーンショット
carrot-hash拡張機能のCRXファイルをダウンロード
carrot-hash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
carrot-hash 密文查询工具 可以查询 md5 等密文
拡張機能の基本情報
名前 | |
ID | pbhooigjdmihjbfmjmgajlpgngpdijhn |
公式URL | https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn |
説明 | carrot-hash 密文查询工具 |
ファイルサイズ | 5.02 MB |
インストール数 | 47 |
現在のバージョン | 1.3 |
最終更新日 | 2018-12-15 |
公開日 | 2018-12-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | wujunze |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://wujunze.com |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "carrot-hash", "version": "1.3", "description": "carrot-hash \u5bc6\u6587\u67e5\u8be2\u5de5\u5177", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "mcarrot-hash", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/www.somd5.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/insert.css" ], "js": [ "script\/content.js" ] } ] } |