PixViewer

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

Apa itu PixViewer?

PixViewer adalah ekstensi Chrome yang dikembangkan oleh nmihaly0113, dan fitur utamanya adalah "Desktop experience in your browser - inspired by the Google™ Image Viewer".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PixViewer

Unduh file ekstensi PixViewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PixViewer PixViewer
ID lbdkjmcmikdimbaclamdopflohiidbpn
URL Resmi https://chromewebstore.google.com/detail/pixviewer/lbdkjmcmikdimbaclamdopflohiidbpn
Deskripsi Desktop experience in your browser - inspired by the Google™ Image Viewer
Ukuran File 127 KB
Jumlah Instalasi 462
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2023-09-11
Tanggal Publikasi 2022-06-12
Penilaian 4.00/5 Total 6 Penilaian
Pengembang nmihaly0113
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}