carrot-hash
carrot-hash 密文查询工具
Wat is carrot-hash?
carrot-hash is een Chrome-extensie ontwikkeld door wujunze, en de belangrijkste functie is "carrot-hash 密文查询工具".
Extensie Screenshots
Download het CRX-bestand van de extensie carrot-hash
Download carrot-hash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
carrot-hash 密文查询工具 可以查询 md5 等密文
Basisinformatie over de Extensie
Naam | |
ID | pbhooigjdmihjbfmjmgajlpgngpdijhn |
Officiële URL | https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn |
Beschrijving | carrot-hash 密文查询工具 |
Bestandsgrootte | 5.02 MB |
Aantal Installaties | 47 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2018-12-15 |
Publicatiedatum | 2018-12-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | wujunze |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://wujunze.com |
Ondersteunde Talen | 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" ] } ] } |