New Tab Key for Google™ Chrome

Press Capslock to open a new tab.

O que é New Tab Key for Google™ Chrome?

New Tab Key for Google™ Chrome é uma extensão do Chrome desenvolvida por dcolt, e sua principal característica é "Press Capslock to open a new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab Key for Google™ Chrome

Baixe arquivos de extensão New Tab Key for Google™ Chrome 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

                        Make your Capslock key useful again with New Tab Key.

Opens a new tab every time you press Capslock -- Much like the new Google™ Chromebooks!


Simple, clean, & fast -- it will change the way you use the internet.


Features.
------------ 
-works on ALL websites (except chrome:// pages)
-MAXIMIZES your time on the internet
-safe & secure - no unnecessary permissions 


Privacy.
-----------
-nothing is stored locally
-no personal data is accessed at any time
-Free!


If you feel that this extension has helped your life, please leave a positive review!



New Tab Key is constantly updated and improved. Feel free to email me with bugs, comments, and suggestions - I will do my best to make changes.

Be sure to check out my other extensions for Chrome as well!                    

Informações Básicas da Extensão

Nome New Tab Key for Google™ Chrome New Tab Key for Google™ Chrome
ID hkfnjijadbfhikllgjknbfpekmkhbbhf
URL Oficial https://chromewebstore.google.com/detail/new-tab-key-for-google-ch/hkfnjijadbfhikllgjknbfpekmkhbbhf
Descrição Press Capslock to open a new tab.
Tamanho do Arquivo 11.48 KB
Contagem de Instalações 42
Versão Atual 1.12
Última Atualização 2015-04-06
Data de Publicação 2015-04-06
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor dcolt
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": "background.html",
    "content_scripts": [
        {
            "js": [
                "key_eventMin.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Press Capslock to open a new tab.",
    "icons": {
        "128": "iconAlphaGlow128.png",
        "48": "iconAlphaGlow48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDa1XBjAwqueAGVjoPJEYDzx74V1dJjH6fug6KYi2cOlX+MJQm99AK5AVmq3mAeeyMKXqh9FEQjL2rhGVM6RG3VLCl2HcQ\/2jcAePsJUmPbUFQu2tL8GJkOcTNtJ2hIm2Yg0WJcnGJiL\/5AauFYkXUUhPGg0AC\/39Ok3Vyeo6fQAQIDAQAB",
    "name": "New Tab Key for Google\u2122 Chrome",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.12",
    "manifest_version": 2
}