Google Drive Image Viewer
A browser extension to help you view images in google drive smoothly.
Google Drive Image Viewerとは何ですか?
Google Drive Image Viewerはxukeekによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to help you view images in google drive smoothly.」です。
拡張機能のスクリーンショット
Google Drive Image Viewer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |