MacroKing

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

Vad är MacroKing?

MacroKing är en Chrome-tillägg utvecklad av MacroKing, och dess huvudfunktion är "Shortcuts to browse the web without the need for a mouse.".

Tilläggsskärmbilder

Ladda ner MacroKing-förlängningens CRX-fil

Ladda ner MacroKing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
Officiell webbadress https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Beskrivning Shortcuts to browse the web without the need for a mouse.
Filstorlek 47.25 KB
Antal Installationer 17
Aktuell Version 0.21
Senast Uppdaterad 2014-06-27
Publiceringsdatum 2014-06-26
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare MacroKing
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}