carrot-hash
carrot-hash 密文查询工具
Qu'est-ce que carrot-hash ?
carrot-hash est une extension Chrome développée par wujunze, et sa fonction principale est "carrot-hash 密文查询工具".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension carrot-hash
Téléchargez les fichiers d'extension carrot-hash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
carrot-hash 密文查询工具 可以查询 md5 等密文
Informations de Base sur l'Extension
Nom | |
ID | pbhooigjdmihjbfmjmgajlpgngpdijhn |
URL Officiel | https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn |
Description | carrot-hash 密文查询工具 |
Taille du Fichier | 5.02 MB |
Nombre d'Installations | 47 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2018-12-15 |
Date de Publication | 2018-12-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | wujunze |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://wujunze.com |
Langues Prises en Charge | 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" ] } ] } |