PixViewer

Desktop experience in your browser - inspired by the Google™ Image Viewer

PixViewerとは何ですか?

PixViewerはnmihaly0113によって開発されたChromeの拡張機能で、その主な機能は「Desktop experience in your browser - inspired by the Google™ Image Viewer」です。

拡張機能のスクリーンショット

screenshot
screenshot

PixViewer拡張機能のCRXファイルをダウンロード

PixViewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ❓ Do you want to inspect an image quickly in your browser?
🤩 Then Say Hello To PixViewer!

⭐A full-fledged image viewer with many features, while remaining easy-to-use!
🔥 It is lightweight and incredibly fast!
💯 Works on every image - even SVGs!

⚪ Modern and safe:
👉 Comes with a built-in feature that can access hidden details of the photo like the creation date or location, without ever having to download or upload the image anywhere!

⚪ Make it your own:
👉 Fully customizable look and feel - change the list of displayed buttons with ease, or hide the UI completely!                    

拡張機能の基本情報

名前 PixViewer PixViewer
ID lbdkjmcmikdimbaclamdopflohiidbpn
公式URL https://chromewebstore.google.com/detail/pixviewer/lbdkjmcmikdimbaclamdopflohiidbpn
説明 Desktop experience in your browser - inspired by the Google™ Image Viewer
ファイルサイズ 127 KB
インストール数 462
現在のバージョン 1.2.5
最終更新日 2023-09-11
公開日 2022-06-12
評価 4.00/5 合計 6 レビュー
開発者 nmihaly0113
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PixViewer",
    "description": "Desktop experience in your browser - inspired by the Google\u2122 Image Viewer",
    "author": "skyfighteer",
    "version": "1.2.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "104"
}