Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
ما هو Base64 decode & copy؟
Base64 decode & copy هو إضافة Chrome تم تطويرها بواسطة Daniel de la Cruz، والميزة الرئيسية لها هي "Decode & copy selected Base64-encoded text in one step!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Base64 decode & copy
قم بتنزيل ملفات الامتداد Base64 decode & copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action. Usage instructions: 1. In your browser window, select the Base64-encoded text you would like to decode. 2. Right-Click and select "Base64 decode selection". 3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.
معلومات أساسية عن التمديد
الاسم | Base64 decode & copy |
ID | llcfmnginbnmkeddkjjellcimmffjdcf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
الوصف | Decode & copy selected Base64-encoded text in one step! |
حجم الملف | 5.75 KB |
عدد التثبيتات | 3,086 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2022-06-04 |
تاريخ النشر | 2020-04-12 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | Daniel de la Cruz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 decode & copy", "version": "1.2.1", "manifest_version": 3, "description": "Decode & copy selected Base64-encoded text in one step!", "author": "Daniel de la Cruz", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab", "clipboardWrite", "scripting" ], "background": { "service_worker": "script.js" } } |