MacroKing

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

What is MacroKing?

MacroKing is a Chrome extension developed by MacroKing, and its main feature is "Shortcuts to browse the web without the need for a mouse.".

Extension Screenshots

Download MacroKing Extension CRX File

Download MacroKing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
Official URL https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Description Shortcuts to browse the web without the need for a mouse.
File Size 47.25 KB
Installation Count 17
Current Version 0.21
Last Updated 2014-06-27
Publish Date 2014-06-26
Rating 3.00/5 Total 2 Ratings
Developer MacroKing
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}