Google Drive Image Viewer

A browser extension to help you view images in google drive smoothly.

Cos'è Google Drive Image Viewer?

Google Drive Image Viewer è un'estensione di Chrome sviluppata da xukeek, e la sua funzione principale è "A browser extension to help you view images in google drive smoothly.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Drive Image Viewer

Scarica i file di estensione Google Drive Image Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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                    

Informazioni di Base sull'Estensione

Nome Google Drive Image Viewer Google Drive Image Viewer
ID kkphaaonihdkgkhlbalckaejbdjpiebf
URL Ufficiale https://chromewebstore.google.com/detail/google-drive-image-viewer/kkphaaonihdkgkhlbalckaejbdjpiebf
Descrizione A browser extension to help you view images in google drive smoothly.
Dimensione del File 164 KB
Conteggio Installazioni 100
Versione Corrente 0.0.8
Ultimo Aggiornamento 2024-02-18
Data di Pubblicazione 2023-11-24
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore xukeek
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://ziyoumaa.gumroad.com/l/vqgccc
URL della Pagina della Politica sulla Privacy https://mikuohashii.github.io
Lingue Supportate 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"
            ]
        }
    ]
}