carrot-hash
carrot-hash 密文查询工具
Was ist carrot-hash?
carrot-hash ist eine Chrome-Erweiterung, die von wujunze entwickelt wurde, und ihr Hauptmerkmal ist "carrot-hash 密文查询工具".
Erweiterungsscreenshots
carrot-hash-Erweiterungs-CRX-Datei herunterladen
Laden Sie carrot-hash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
carrot-hash 密文查询工具 可以查询 md5 等密文
Grundlegende Informationen zur Erweiterung
Name | |
ID | pbhooigjdmihjbfmjmgajlpgngpdijhn |
Offizielle URL | https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn |
Beschreibung | carrot-hash 密文查询工具 |
Dateigröße | 5.02 MB |
Installationsanzahl | 47 |
Aktuelle Version | 1.3 |
Letztes Update | 2018-12-15 |
Veröffentlichungsdatum | 2018-12-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | wujunze |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://wujunze.com |
Unterstützte Sprachen | 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" ] } ] } |