carrot-hash
carrot-hash 密文查询工具
Vad är carrot-hash?
carrot-hash är en Chrome-tillägg utvecklad av wujunze, och dess huvudfunktion är "carrot-hash 密文查询工具".
Tilläggsskärmbilder
Ladda ner carrot-hash-förlängningens CRX-fil
Ladda ner carrot-hash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
carrot-hash 密文查询工具 可以查询 md5 等密文
Grundläggande Information om Tillägg
Namn | |
ID | pbhooigjdmihjbfmjmgajlpgngpdijhn |
Officiell webbadress | https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn |
Beskrivning | carrot-hash 密文查询工具 |
Filstorlek | 5.02 MB |
Antal Installationer | 47 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2018-12-15 |
Publiceringsdatum | 2018-12-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | wujunze |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://wujunze.com |
Stödda Språk | 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" ] } ] } |