One Key Full Screen

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

Wat is One Key Full Screen?

One Key Full Screen is een Chrome-extensie ontwikkeld door Kerwin Che, en de belangrijkste functie is "Full screen with one click on the button and not need any permission.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie One Key Full Screen

Download One Key Full Screen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
Officiële URL https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Beschrijving Full screen with one click on the button and not need any permission.
Bestandsgrootte 9.35 KB
Aantal Installaties 741
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-03-01
Publicatiedatum 2015-02-28
Beoordeling 3.73/5 Totaal 15 Beoordelingen
Ontwikkelaar Kerwin Che
Betalingswijze free
Ondersteunde Talen 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"
}