Discord Image Inspector

Hover over images on Discord to view them!

什麼是Discord Image Inspector?

Discord Image Inspector是由the bog開發的Chrome擴展程式,該擴展的主要功能是“Hover over images on Discord to view them!”。

擴展截圖

screenshot

下載Discord Image Inspector擴展crx文件

下載Discord Image Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hover your mouse over avatars and other icons to view a higher resolution version!                    

擴展基本資訊

名稱 Discord Image Inspector Discord Image Inspector
ID jgaifhlgicdgfecphpakomdmfbnphlac
官方網址 https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac
簡介 Hover over images on Discord to view them!
檔案大小 44.75 KB
安裝次數 194
目前版本 1.12
更新時間 2019-12-03
上架時間 2019-12-03
評分 3.50/5 共 10 次評分
開發者 the bog
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Image Inspector",
    "version": "1.12",
    "description": "Hover over images on Discord to view them!",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discordapp.com\/*",
                "http:\/\/discordapp.com\/*"
            ],
            "js": [
                "core.js",
                "js\/tippy.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/sawa_16.png",
            "32": "images\/sawa_32.png",
            "48": "images\/sawa_48.png",
            "128": "images\/sawa_128.png"
        }
    },
    "icons": {
        "16": "images\/sawa_16.png",
        "32": "images\/sawa_32.png",
        "48": "images\/sawa_48.png",
        "128": "images\/sawa_128.png"
    },
    "manifest_version": 2
}