Google Drive Image Viewer

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

Τι είναι το Google Drive Image Viewer;

Το Google Drive Image Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xukeek, και η κύρια λειτουργία του είναι "A browser extension to help you view images in google drive smoothly.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Google Drive Image Viewer

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}