Google Drive Image Viewer

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

Co to jest Google Drive Image Viewer?

Google Drive Image Viewer to rozszerzenie Chrome opracowane przez xukeek, a jego główną funkcją jest „A browser extension to help you view images in google drive smoothly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Drive Image Viewer

Pobierz pliki rozszerzeń Google Drive Image Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        "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                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Drive Image Viewer Google Drive Image Viewer
ID kkphaaonihdkgkhlbalckaejbdjpiebf
Oficjalny URL https://chromewebstore.google.com/detail/google-drive-image-viewer/kkphaaonihdkgkhlbalckaejbdjpiebf
Opis A browser extension to help you view images in google drive smoothly.
Rozmiar pliku 164 KB
Liczba instalacji 100
Aktualna Wersja 0.0.8
Ostatnia Aktualizacja 2024-02-18
Data Publikacji 2023-11-24
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper xukeek
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://ziyoumaa.gumroad.com/l/vqgccc
Adres URL Strony Polityki Prywatności https://mikuohashii.github.io
Obsługiwane Języki 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"
            ]
        }
    ]
}