PixViewer

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

PixViewer là gì?

PixViewer là một tiện ích mở rộng Chrome được phát triển bởi nmihaly0113, và tính năng chính của nó là "Desktop experience in your browser - inspired by the Google™ Image Viewer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PixViewer

Tải xuống các tệp mở rộng PixViewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ❓ 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PixViewer PixViewer
ID lbdkjmcmikdimbaclamdopflohiidbpn
URL Chính Thức https://chromewebstore.google.com/detail/pixviewer/lbdkjmcmikdimbaclamdopflohiidbpn
Mô tả Desktop experience in your browser - inspired by the Google™ Image Viewer
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 462
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2022-06-12
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển nmihaly0113
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}