Imagus

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

Τι είναι το Imagus;

Το Imagus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Deathamns, και η κύρια λειτουργία του είναι "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Imagus

Λήψη αρχείων επέκτασης Imagus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Imagus Imagus
ID immpkjjlgappgfkkfieppnmlhakdmaab
Επίσημο URL https://chromewebstore.google.com/detail/imagus/immpkjjlgappgfkkfieppnmlhakdmaab
Περιγραφή Enlarge thumbnails, and show images/videos from links with a mouse hover.
Μέγεθος Αρχείου 149 KB
Αριθμός Εγκαταστάσεων 539,100
Τρέχουσα Έκδοση 0.9.8.74
Τελευταία Ενημέρωση 2020-04-16
Ημερομηνία Δημοσίευσης 2020-04-12
Αξιολόγηση 4.49/5 Συνολικά 1968 Αξιολογήσεις
Προγραμματιστής Deathamns
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tiny.cc/Imagus
Διεύθυνση URL της Σελίδας Βοήθειας https://www.reddit.com/r/imagus/
URL της Σελίδας Πολιτικής Απορρήτου https://www.reddit.com/r/imagus/wiki/index
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}