Imagus

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

Cos'è Imagus?

Imagus è un'estensione di Chrome sviluppata da Deathamns, e la sua funzione principale è "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Imagus

Scarica i file di estensione Imagus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Imagus Imagus
ID immpkjjlgappgfkkfieppnmlhakdmaab
URL Ufficiale https://chromewebstore.google.com/detail/imagus/immpkjjlgappgfkkfieppnmlhakdmaab
Descrizione Enlarge thumbnails, and show images/videos from links with a mouse hover.
Dimensione del File 149 KB
Conteggio Installazioni 539,100
Versione Corrente 0.9.8.74
Ultimo Aggiornamento 2020-04-16
Data di Pubblicazione 2020-04-12
Valutazione 4.49/5 Totale 1968 Valutazioni
Sviluppatore Deathamns
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tiny.cc/Imagus
URL della Pagina di Aiuto https://www.reddit.com/r/imagus/
URL della Pagina della Politica sulla Privacy https://www.reddit.com/r/imagus/wiki/index
Lingue Supportate 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"
            ]
        }
    ]
}