Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
ما هو Gato Base 64 Encoder / Decoder؟
Gato Base 64 Encoder / Decoder هو إضافة Chrome تم تطويرها بواسطة gatoapps، والميزة الرئيسية لها هي "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gato Base 64 Encoder / Decoder
قم بتنزيل ملفات الامتداد Gato Base 64 Encoder / Decoder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.
معلومات أساسية عن التمديد
الاسم | Gato Base 64 Encoder / Decoder |
ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
الوصف | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
حجم الملف | 14.55 KB |
عدد التثبيتات | 2,268 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2013-11-03 |
تاريخ النشر | 2013-11-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | gatoapps |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gato Base 64 Encoder \/ Decoder", "manifest_version": 2, "version": "1.0.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.", "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" } } |