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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } ] } |