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!」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
ID | jgaifhlgicdgfecphpakomdmfbnphlac |
公式URL | 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 } |