Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
ما هو Instant Base64؟
Instant Base64 هو إضافة Chrome تم تطويرها بواسطة Marius Olbertz، والميزة الرئيسية لها هي "Instantly converts an image to its Base64 string value and copies it to the clipboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instant Base64
قم بتنزيل ملفات الامتداد Instant Base64 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instantly converts an image to its Base64 string value and copies it to the clipboard.
معلومات أساسية عن التمديد
الاسم | Instant Base64 |
ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
الوصف | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
حجم الملف | 7.64 KB |
عدد التثبيتات | 110 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2014-08-11 |
تاريخ النشر | 2014-08-11 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Marius Olbertz |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Base64", "version": "0.2.0", "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.", "permissions": [ "contextMenus", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "main.js" ] }, "manifest_version": 2 } |