MacroKing

Shortcuts to browse the web without the need for a mouse.

O que é MacroKing?

MacroKing é uma extensão do Chrome desenvolvida por MacroKing, e sua principal característica é "Shortcuts to browse the web without the need for a mouse.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão MacroKing

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

                        Hate using your mouse constantly to navigate the web? 

Want to improve workflow and add those crucial seconds to your time? 

Then this extension is for you! 

Hold F10, type shortcut number and then release F10.

With MacroKing keyboard shortcuts are added to navigational elements allowing you to cruise through sites without the need of a mouse!

This is still an early release expect to see huge updates in the coming weeks!

Mac users will get an update soon!                    

Informações Básicas da Extensão

Nome MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
URL Oficial https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Descrição Shortcuts to browse the web without the need for a mouse.
Tamanho do Arquivo 47.25 KB
Contagem de Instalações 17
Versão Atual 0.21
Última Atualização 2014-06-27
Data de Publicação 2014-06-26
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor MacroKing
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MacroKing",
    "description": "Shortcuts to browse the web without the need for a mouse.",
    "version": "0.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "mk-styles.css"
            ],
            "js": [
                "jquery.js",
                "content.min.js",
                "jquery.visible.min.js"
            ]
        }
    ]
}