Dev Tool
a little tool to convert, encrypt in chrome extension
ما هو Dev Tool؟
Dev Tool هو إضافة Chrome تم تطويرها بواسطة sensationtx، والميزة الرئيسية لها هي "a little tool to convert, encrypt in chrome extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dev Tool
قم بتنزيل ملفات الامتداد Dev Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
a little tool to base64, URL, Unicode, Hex encode/decode, encrypt, hash and regexp test in chrome extension.
معلومات أساسية عن التمديد
الاسم | |
ID | bhdfbgcflacmmmmpgdcgdggkpfhfmkbf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dev-tool/bhdfbgcflacmmmmpgdcgdggkpfhfmkbf |
الوصف | a little tool to convert, encrypt in chrome extension |
حجم الملف | 216 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2017-09-16 |
تاريخ النشر | 2017-09-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | sensationtx |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/evilchurch/chrome_ext_tool |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dev Tool", "version": "0.1.2", "manifest_version": 2, "description": "a little tool to convert, encrypt in chrome extension", "icons": { "48": "static\/img\/icon.png" }, "browser_action": { "default_icon": "static\/img\/icon.png", "default_title": "Dev Tool to encrypt or convert", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |