One Key Full Screen

Full screen with one click on the button and not need any permission.

Co je One Key Full Screen?

One Key Full Screen je rozšíření Chrome vyvinuté Kerwin Che, a jeho hlavní funkcí je „Full screen with one click on the button and not need any permission.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření One Key Full Screen

Stáhněte si soubory rozšíření One Key Full Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Full screen with one click on the button and not need any permission.                    

Základní Informace o Rozšíření

Název One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
Oficiální URL https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Popis Full screen with one click on the button and not need any permission.
Velikost souboru 9.35 KB
Počet instalací 741
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-03-01
Datum Vydání 2015-02-28
Hodnocení 3.73/5 Celkem 15 Hodnocení
Vývojář Kerwin Che
Typ Platby free
Podporované Jazyky en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [],
    "version": "1.0.0"
}