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
官方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"
            ]
        }
    ]
}