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.”。

擴展截圖

screenshot

下載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 Google Drive Image Viewer
ID kkphaaonihdkgkhlbalckaejbdjpiebf
官方網址 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"
            ]
        }
    ]
}