PixViewer

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

PixViewer क्या है?

PixViewer nmihaly0113 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Desktop experience in your browser - inspired by the Google™ Image Viewer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PixViewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ❓ 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"
}