MacroKing

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

Cos'è MacroKing?

MacroKing è un'estensione di Chrome sviluppata da MacroKing, e la sua funzione principale è "Shortcuts to browse the web without the need for a mouse.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione MacroKing

Scarica i file di estensione MacroKing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
URL Ufficiale https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Descrizione Shortcuts to browse the web without the need for a mouse.
Dimensione del File 47.25 KB
Conteggio Installazioni 17
Versione Corrente 0.21
Ultimo Aggiornamento 2014-06-27
Data di Pubblicazione 2014-06-26
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore MacroKing
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}