Google Full Image Opener

After clicking an image from search results, use the context menu (right-click) to view the current image.

Google Full Image Opener क्या है?

Google Full Image Opener Arafat Husayn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "After clicking an image from search results, use the context menu (right-click) to view the current image."।

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

screenshot

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

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

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

                        It brings the original image link opening back on new Google Images website.

How to use:

After clicking an image from search results, use the context menu (right-click) to view the current image in a new tab.                    

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

नाम Google Full Image Opener Google Full Image Opener
ID beojccknfoajfebcpijalgejjpbdipcb
आधिकारिक URL https://chrome.google.com/webstore/detail/google-full-image-opener/beojccknfoajfebcpijalgejjpbdipcb
विवरण After clicking an image from search results, use the context menu (right-click) to view the current image.
फ़ाइल का आकार 39.81 KB
स्थापना संख्या 78
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-08-15
प्रकाशन तिथि 2020-02-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Arafat Husayn
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/arafathusayn/vanish-ads/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Full Image Opener",
    "short_name": "google-full-image-opener",
    "description": "After clicking an image from search results, use the context menu (right-click) to view the current image.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/www.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}