MacroKing

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

MacroKing là gì?

MacroKing là một tiện ích mở rộng Chrome được phát triển bởi MacroKing, và tính năng chính của nó là "Shortcuts to browse the web without the need for a mouse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng MacroKing

Tải xuống các tệp mở rộng MacroKing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MacroKing MacroKing
ID hccaieleebofbogbhfcbacfpbphfaedb
URL Chính Thức https://chromewebstore.google.com/detail/macroking/hccaieleebofbogbhfcbacfpbphfaedb
Mô tả Shortcuts to browse the web without the need for a mouse.
Kích Thước Tệp 47.25 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.21
Cập Nhật Lần Cuối 2014-06-27
Ngày Phát Hành 2014-06-26
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển MacroKing
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}