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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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