MacroKing

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

Wat is MacroKing?

MacroKing is een Chrome-extensie ontwikkeld door MacroKing, en de belangrijkste functie is "Shortcuts to browse the web without the need for a mouse.".

Extensie Screenshots

Download het CRX-bestand van de extensie MacroKing

Download MacroKing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
Officiële URL https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Beschrijving Shortcuts to browse the web without the need for a mouse.
Bestandsgrootte 47.25 KB
Aantal Installaties 17
Huidige Versie 0.21
Laatst Bijgewerkt 2014-06-27
Publicatiedatum 2014-06-26
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar MacroKing
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}