Decode64

A chrome extension to encode and decode base64 strings

ما هو Decode64؟

Decode64 هو إضافة Chrome تم تطويرها بواسطة Baris، والميزة الرئيسية لها هي "A chrome extension to encode and decode base64 strings".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Decode64

قم بتنزيل ملفات الامتداد Decode64 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to encode and decide any given string from and to base64.

Features: 
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode                    

معلومات أساسية عن التمديد

الاسم Decode64 Decode64
ID negeochodnalfpdkinmdlpcchefbjoif
عنوان URL الرسمي https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif
الوصف A chrome extension to encode and decode base64 strings
حجم الملف 109 KB
عدد التثبيتات 37
النسخة الحالية 2.0.0
آخر تحديث 2023-02-01
تاريخ النشر 2021-04-21
تقييم 5.00/5 مجموع تقييمات 2
المطور Baris
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to encode and decode base64 strings",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "Decode64",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}