One Key Full Screen

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

O que é One Key Full Screen?

One Key Full Screen é uma extensão do Chrome desenvolvida por Kerwin Che, e sua principal característica é "Full screen with one click on the button and not need any permission.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão One Key Full Screen

Baixe arquivos de extensão One Key Full Screen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
URL Oficial https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Descrição Full screen with one click on the button and not need any permission.
Tamanho do Arquivo 9.35 KB
Contagem de Instalações 741
Versão Atual 1.0.0
Última Atualização 2015-03-01
Data de Publicação 2015-02-28
Classificação 3.73/5 Total de 15 Avaliações
Desenvolvedor Kerwin Che
Tipo de Pagamento free
Idiomas Suportados 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"
}