FullscreenEverything

Fullscreen everything in your browser's web page

FullscreenEverything क्या है?

FullscreenEverything xieby123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fullscreen everything in your browser's web page"।

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

screenshot

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

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

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

                        F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything!

Usage:
* click FullscreenEverything to enter the selecting mode
* in selecting mode, the element will be highlighted when the cursor hovers on it
* in selecting mode, by clicking the highlighted element to fullscreen it
* in selecting mode, press the Esc key to exit without fullscreen anything                    

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

नाम FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
आधिकारिक URL https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
विवरण Fullscreen everything in your browser's web page
फ़ाइल का आकार 21.15 KB
स्थापना संख्या 59
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2022-07-15
प्रकाशन तिथि 2022-07-14
डेवलपर xieby123
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/FullscreenEverything/FullscreenEverything
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FullscreenEverything",
    "version": "0.1.0",
    "description": "Fullscreen everything in your browser's web page",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Click to activate"
    },
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}