Convert Base64

Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…

ما هو Convert Base64؟

Convert Base64 هو إضافة Chrome تم تطويرها بواسطة André Paraíso، والميزة الرئيسية لها هي "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Convert Base64

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

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

                        Small tool that allow the conversions of imagens to base64. 
You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it.
The conversion is open in a new window that will allow you to copy it.                    

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

الاسم Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
عنوان URL الرسمي https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
الوصف Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
حجم الملف 7.34 KB
عدد التثبيتات 14
النسخة الحالية 1.3.1
آخر تحديث 2016-01-28
تاريخ النشر 2016-01-28
تقييم 5.00/5 مجموع تقييمات 2
المطور André Paraíso
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Base64",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "128": "logoprd.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logoprd.png",
        "default_title": "Convert Base64",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus"
    ]
}