PixViewer

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

¿Qué es PixViewer?

PixViewer es una extensión de Chrome desarrollada por nmihaly0113, y su función principal es "Desktop experience in your browser - inspired by the Google™ Image Viewer".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PixViewer

Descarga archivos de extensión PixViewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre PixViewer PixViewer
ID lbdkjmcmikdimbaclamdopflohiidbpn
URL Oficial https://chromewebstore.google.com/detail/pixviewer/lbdkjmcmikdimbaclamdopflohiidbpn
Descripción Desktop experience in your browser - inspired by the Google™ Image Viewer
Tamaño del Archivo 127 KB
Cantidad de Instalaciones 462
Versión Actual 1.2.5
Última Actualización 2023-09-11
Fecha de Publicación 2022-06-12
Calificación 4.00/5 Total de 6 Calificaciones
Desarrollador nmihaly0113
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}