Imagus

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

Qu'est-ce que Imagus ?

Imagus est une extension Chrome développée par Deathamns, et sa fonction principale est "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Imagus

Téléchargez les fichiers d'extension Imagus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Imagus Imagus
ID immpkjjlgappgfkkfieppnmlhakdmaab
URL Officiel https://chromewebstore.google.com/detail/imagus/immpkjjlgappgfkkfieppnmlhakdmaab
Description Enlarge thumbnails, and show images/videos from links with a mouse hover.
Taille du Fichier 149 KB
Nombre d'Installations 539,100
Version Actuelle 0.9.8.74
Dernière Mise à Jour 2020-04-16
Date de Publication 2020-04-12
Évaluation 4.49/5 Total 1968 Évaluations
Développeur Deathamns
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tiny.cc/Imagus
URL de la Page d'Aide https://www.reddit.com/r/imagus/
URL de la Page de Politique de Confidentialité https://www.reddit.com/r/imagus/wiki/index
Langues Prises en Charge 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"
            ]
        }
    ]
}