Fullscreen Image

View any image in fullscreen mode by right-clicking it.

Fullscreen Image क्या है?

Fullscreen Image https://jakobkallin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View any image in fullscreen mode by right-clicking it."।

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

screenshot
screenshot
screenshot

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

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

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

                        Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion.                    

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

नाम Fullscreen Image Fullscreen Image
ID emlgbimicfdajjogdfjimamoedlibpnj
आधिकारिक URL https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj
विवरण View any image in fullscreen mode by right-clicking it.
फ़ाइल का आकार 10.03 KB
स्थापना संख्या 2,518
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2017-05-10
प्रकाशन तिथि 2017-05-10
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर https://jakobkallin.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Image",
    "version": "0.0.0.3",
    "description": "View any image in fullscreen mode by right-clicking it.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "file:\/\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}