Imagus

Enlarge thumbnails, and show images/videos from links with a mouse hover.

¿Qué es Imagus?

Imagus es una extensión de Chrome desarrollada por Deathamns, y su función principal es "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Imagus

Descarga archivos de extensión Imagus 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

                        There are plenty of settings which can be customized, and reviewing them is currently the best way to learn about what the extension is capable of.

Sections on the options page that may need explanation:

▪ Sieve
An expandable set of site specific and general purpose rules for getting the larger image, media or other content.

▪ Grants
List of user defined sites where the extension should and shouldn't work.                    

Información Básica de la Extensión

Nombre Imagus Imagus
ID immpkjjlgappgfkkfieppnmlhakdmaab
URL Oficial https://chromewebstore.google.com/detail/imagus/immpkjjlgappgfkkfieppnmlhakdmaab
Descripción Enlarge thumbnails, and show images/videos from links with a mouse hover.
Tamaño del Archivo 149 KB
Cantidad de Instalaciones 539,100
Versión Actual 0.9.8.74
Última Actualización 2020-04-16
Fecha de Publicación 2020-04-12
Calificación 4.49/5 Total de 1968 Calificaciones
Desarrollador Deathamns
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tiny.cc/Imagus
URL de la Página de Ayuda https://www.reddit.com/r/imagus/
URL de la Página de Política de Privacidad https://www.reddit.com/r/imagus/wiki/index
Idiomas Soportados en,fr,nl,es,hu,pl,pt-BR,cs,el,ru,uk,zh-CN
manifest.json
{
    "manifest_version": 2,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.8.74",
    "name": "Imagus",
    "description": "__MSG_APP_DESCRIPTION__",
    "homepage_url": "https:\/\/www.reddit.com\/r\/Imagus",
    "author": "Deathamns",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "history",
        "storage"
    ],
    "incognito": "split",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/app.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/search*"
            ],
            "include_globs": [
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "js\/sp_gim.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "css\/sp_ddg.css"
            ]
        }
    ]
}