Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

Right Clicking - Views Image क्या है?

Right Clicking - Views Image Micha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an option to 'View image' to the right click context menu on an image"।

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

screenshot

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

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

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

                        Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.                    

एक्सटेंशन की मूल जानकारी

नाम Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
आधिकारिक URL https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
विवरण Adds an option to 'View image' to the right click context menu on an image
फ़ाइल का आकार 10.31 KB
स्थापना संख्या 117
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-05-23
प्रकाशन तिथि 2022-05-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Micha
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Clicking - Views Image",
    "description": "Adds an option to 'View image' to the right click context menu on an image",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}