carrot-hash
carrot-hash 密文查询工具
ما هو carrot-hash؟
carrot-hash هو إضافة Chrome تم تطويرها بواسطة wujunze، والميزة الرئيسية لها هي "carrot-hash 密文查询工具".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة carrot-hash
قم بتنزيل ملفات الامتداد carrot-hash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |