One Key Full Screen

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

Qu'est-ce que One Key Full Screen ?

One Key Full Screen est une extension Chrome développée par Kerwin Che, et sa fonction principale est "Full screen with one click on the button and not need any permission.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension One Key Full Screen

Téléchargez les fichiers d'extension One Key Full Screen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
URL Officiel https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Description Full screen with one click on the button and not need any permission.
Taille du Fichier 9.35 KB
Nombre d'Installations 741
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-03-01
Date de Publication 2015-02-28
Évaluation 3.73/5 Total 15 Évaluations
Développeur Kerwin Che
Type de Paiement free
Langues Prises en Charge 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"
}