PixViewer

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

PixViewerคืออะไร?

PixViewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nmihaly0113 และคุณลักษณะหลักของมันคือ "Desktop experience in your browser - inspired by the Google™ Image Viewer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PixViewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}