Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
ما هو Base64 Encoder and Decoder؟
Base64 Encoder and Decoder هو إضافة Chrome تم تطويرها بواسطة https://www.linkwebbie.com، والميزة الرئيسية لها هي "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Base64 Encoder and Decoder
قم بتنزيل ملفات الامتداد Base64 Encoder and Decoder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
معلومات أساسية عن التمديد
الاسم | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
الوصف | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
حجم الملف | 64 KB |
عدد التثبيتات | 3,928 |
النسخة الحالية | 1.5.2 |
آخر تحديث | 2022-10-18 |
تاريخ النشر | 2018-08-01 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | https://www.linkwebbie.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.linkwebbie.com |
عنوان صفحة سياسة الخصوصية | https://www.linkwebbie.com/legal/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |