PixViewer

Desktop experience in your browser - inspired by the Google™ Image Viewer

PixViewer란 무엇입니까?

PixViewer은(는) nmihaly0113에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desktop experience in your browser - inspired by the Google™ Image Viewer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PixViewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ❓ Do you want to inspect an image quickly in your browser?
🤩 Then Say Hello To PixViewer!

⭐A full-fledged image viewer with many features, while remaining easy-to-use!
🔥 It is lightweight and incredibly fast!
💯 Works on every image - even SVGs!

⚪ Modern and safe:
👉 Comes with a built-in feature that can access hidden details of the photo like the creation date or location, without ever having to download or upload the image anywhere!

⚪ Make it your own:
👉 Fully customizable look and feel - change the list of displayed buttons with ease, or hide the UI completely!                    

확장 프로그램 기본 정보

이름 PixViewer PixViewer
ID lbdkjmcmikdimbaclamdopflohiidbpn
공식 URL https://chromewebstore.google.com/detail/pixviewer/lbdkjmcmikdimbaclamdopflohiidbpn
설명 Desktop experience in your browser - inspired by the Google™ Image Viewer
파일 크기 127 KB
설치 횟수 462
현재 버전 1.2.5
최근 업데이트 2023-09-11
출시 날짜 2022-06-12
평점 4.00/5 총 6 개의 평점
개발자 nmihaly0113
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PixViewer",
    "description": "Desktop experience in your browser - inspired by the Google\u2122 Image Viewer",
    "author": "skyfighteer",
    "version": "1.2.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "104"
}