Toggle Fullscreen

Adds a simple fullscreen button, plus toggle via the context menu.

Toggle Fullscreen क्या है?

Toggle Fullscreen ᴇʀɪᴄ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a simple fullscreen button, plus toggle via the context menu."।

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

screenshot

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

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

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

                        Add a full screen ⛶ button, plus a toggle within the (right-click) context menu, so that the window state may be changed (without resorting to the keyboard, i.e. F11, or the built-in Ⓧ broken dropdown button in the current GUI). This extension provides the additional benefit of properly preserving the window's prior state upon exiting full-screen mode.

2017 Update:
Chrome officially added their own context menu item that reads "Exit full screen ... F11", once already in full-screen mode. Ironically, their official update still does not function properly, as it does not restore the window state to the state it was in prior to entering full-screen mode. Therefore, please take care to distinguish between the two. The correct button to use, in order for this extension to provide the expected behavior, is the one that reads "⛶ ⊤oggle Fullscreen", (i.e. the context menu item that this extension creates).                    

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

नाम Toggle Fullscreen Toggle Fullscreen
ID ddpejemcmlhbjppfdndmonifbiaindkl
आधिकारिक URL https://chromewebstore.google.com/detail/toggle-fullscreen/ddpejemcmlhbjppfdndmonifbiaindkl
विवरण Adds a simple fullscreen button, plus toggle via the context menu.
फ़ाइल का आकार 17.45 KB
स्थापना संख्या 6,469
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-09-18
प्रकाशन तिथि 2016-08-01
रेटिंग 4.30/5 कुल 74 रेटिंग्स
डेवलपर ᴇʀɪᴄ
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "E. R. Carter",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "description": "Adds a simple fullscreen button, plus toggle via the context menu.",
    "name": "Toggle Fullscreen",
    "short_name": "\u26f6",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "version": "1.1"
}