MacroKing

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

什麼是MacroKing?

MacroKing是由MacroKing開發的Chrome擴展程式,該擴展的主要功能是“Shortcuts to browse the web without the need for a mouse.”。

擴展截圖

下載MacroKing擴展crx文件

下載MacroKing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}