Base 64 encode and decode tool
Simple base 64 encode and decode tool
ما هو Base 64 encode and decode tool؟
Base 64 encode and decode tool هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Simple base 64 encode and decode tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Base 64 encode and decode tool
قم بتنزيل ملفات الامتداد Base 64 encode and decode tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A basic tool to convert plaint text to base64 encoded text.
معلومات أساسية عن التمديد
الاسم | Base 64 encode and decode tool |
ID | mlfhgcaofnakcomogbihkomendnaicjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn |
الوصف | Simple base 64 encode and decode tool |
حجم الملف | 647 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-04-24 |
تاريخ النشر | 2020-04-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base 64 encode and decode tool", "version": "1.0", "description": "Simple base 64 encode and decode tool", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |