MacroKing

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

MacroKing क्या है?

MacroKing MacroKing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shortcuts to browse the web without the need for a mouse."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MacroKing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
आधिकारिक URL https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
विवरण Shortcuts to browse the web without the need for a mouse.
फ़ाइल का आकार 47.25 KB
स्थापना संख्या 17
वर्तमान संस्करण 0.21
अंतिम अपडेट 2014-06-27
प्रकाशन तिथि 2014-06-26
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर MacroKing
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}