MacroKing

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

Qu'est-ce que MacroKing ?

MacroKing est une extension Chrome développée par MacroKing, et sa fonction principale est "Shortcuts to browse the web without the need for a mouse.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension MacroKing

Téléchargez les fichiers d'extension MacroKing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
URL Officiel https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Description Shortcuts to browse the web without the need for a mouse.
Taille du Fichier 47.25 KB
Nombre d'Installations 17
Version Actuelle 0.21
Dernière Mise à Jour 2014-06-27
Date de Publication 2014-06-26
Évaluation 3.00/5 Total 2 Évaluations
Développeur MacroKing
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}