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