Imagus

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

什麼是Imagus?

Imagus是由Deathamns開發的Chrome擴展程式,該擴展的主要功能是“Enlarge thumbnails, and show images/videos from links with a mouse hover.”。

擴展截圖

screenshot

下載Imagus擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}