Toggle Fullscreen

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

Τι είναι το Toggle Fullscreen;

Το Toggle Fullscreen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ᴇʀɪᴄ, και η κύρια λειτουργία του είναι "Adds a simple fullscreen button, plus toggle via the context menu.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Toggle Fullscreen

Λήψη αρχείων επέκτασης Toggle Fullscreen σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}