Google Drive Image Viewer
A browser extension to help you view images in google drive smoothly.
Google Drive Image Viewer là gì?
Google Drive Image Viewer là một tiện ích mở rộng Chrome được phát triển bởi xukeek, và tính năng chính của nó là "A browser extension to help you view images in google drive smoothly.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Drive Image Viewer
Tải xuống các tệp mở rộng Google Drive Image Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Drive Image Viewer |
ID | kkphaaonihdkgkhlbalckaejbdjpiebf |
URL Chính Thức | https://chromewebstore.google.com/detail/google-drive-image-viewer/kkphaaonihdkgkhlbalckaejbdjpiebf |
Mô tả | A browser extension to help you view images in google drive smoothly. |
Kích Thước Tệp | 164 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2024-02-18 |
Ngày Phát Hành | 2023-11-24 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | xukeek |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://ziyoumaa.gumroad.com/l/vqgccc |
URL Trang Chính Sách Bảo Mật | https://mikuohashii.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |