fullURL

Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!

O que é fullURL?

fullURL é uma extensão do Chrome desenvolvida por http://vietvudanh.github.io, e sua principal característica é "Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão fullURL

Baixe arquivos de extensão fullURL 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

                        Ever feel desperate in Chrome's fullscreen mode that you cannot use address bar? This small extension will help you.

Press '/' to show the extension.
Press 'Return/Enter' to proceed.
Press 'ESC' to close the bar.

* Custom your own combination key in options
* if you enter a valid URL, i.e: 'google.com', you are good to go!
if you don't, the extension perform a Google search on your text!                    

Informações Básicas da Extensão

Nome fullURL fullURL
ID pdjpbbglbjbkfanaoipalojfdeiffenh
URL Oficial https://chrome.google.com/webstore/detail/fullurl/pdjpbbglbjbkfanaoipalojfdeiffenh
Descrição Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!
Tamanho do Arquivo 49.53 KB
Contagem de Instalações 23
Versão Atual 1.2
Última Atualização 2015-09-05
Data de Publicação 2015-09-05
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor http://vietvudanh.github.io
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fullURL",
    "short_name": "fullURL",
    "version": "1.2",
    "description": "Extension for enter URL in Chrome's fullscreen mode. Press '\/', Enter an enjoy!!!",
    "author": "Viet Vu",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery-1.11.2.min.js",
                "js\/eventPage.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "html\/option.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png"
    }
}