Google Drive Image Viewer
A browser extension to help you view images in google drive smoothly.
ما هو Google Drive Image Viewer؟
Google Drive Image Viewer هو إضافة Chrome تم تطويرها بواسطة xukeek، والميزة الرئيسية لها هي "A browser extension to help you view images in google drive smoothly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Drive Image Viewer
قم بتنزيل ملفات الامتداد Google Drive Image Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"Google drive image viewer' – your ultimate solution for lightning-fast image browsing on Google Drive. Say goodbye to slow loading times and hello to seamless image exploration. With SwiftDrive Photo Viewer, you'll experience a swift and efficient way to view, browse, and enjoy your Google Drive images. Harness the power of accelerated browsing and elevate your image viewing experience today." Buy it at gumroad!! https://ziyoumaa.gumroad.com/l/vqgccc Join the discord server https://discord.gg/Z8z6GAnzY6
معلومات أساسية عن التمديد
الاسم | Google Drive Image Viewer |
ID | kkphaaonihdkgkhlbalckaejbdjpiebf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-drive-image-viewer/kkphaaonihdkgkhlbalckaejbdjpiebf |
الوصف | A browser extension to help you view images in google drive smoothly. |
حجم الملف | 164 KB |
عدد التثبيتات | 100 |
النسخة الحالية | 0.0.8 |
آخر تحديث | 2024-02-18 |
تاريخ النشر | 2023-11-24 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | xukeek |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://ziyoumaa.gumroad.com/l/vqgccc |
عنوان صفحة سياسة الخصوصية | https://mikuohashii.github.io |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Drive Image Viewer", "description": "A browser extension to help you view images in google drive smoothly.", "version": "0.0.8", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/drive.google.com\/*" ], "run_at": "document_end", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] } |