Clip64 Base64 Decoder

Decode Base64 to the clipboard.

ما هو Clip64 Base64 Decoder؟

Clip64 Base64 Decoder هو إضافة Chrome تم تطويرها بواسطة jacksteamdev، والميزة الرئيسية لها هي "Decode Base64 to the clipboard.".

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

screenshot
screenshot

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

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

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

                        Clip64 decodes Base64 straight to your clipboard! Desktop notification included.

Need to decode Base64 in your browser?

Tired of going to Base64 decoder websites?

This is a Chrome Extension that does one thing. It adds an option to decode Base64 when you right-click some selected text.

Try it, you'll like it.                    

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

الاسم Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
عنوان URL الرسمي https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
الوصف Decode Base64 to the clipboard.
حجم الملف 632 KB
عدد التثبيتات 768
النسخة الحالية 0.5.1
آخر تحديث 2019-03-06
تاريخ النشر 2019-03-05
تقييم 5.00/5 مجموع تقييمات 5
المطور jacksteamdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip64 Base64 Decoder",
    "version": "0.5.1",
    "description": "Decode Base64 to the clipboard.",
    "author": "Jack and Amy Steam ",
    "short_name": "Clip64",
    "browser_action": {
        "default_icon": {
            "16": "images\/clip64-icon-16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/clip64-icon-16.png",
        "48": "images\/clip64-icon-48.png",
        "128": "images\/clip64-icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}