Homestuck Keyboard Navigation

Adds keyboard navigation to the Homestuck webcomic

Homestuck Keyboard Navigation là gì?

Homestuck Keyboard Navigation là một tiện ích mở rộng Chrome được phát triển bởi murgatroid99, và tính năng chính của nó là "Adds keyboard navigation to the Homestuck webcomic".

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

Tải xuống các tệp mở rộng Homestuck Keyboard Navigation 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

                        Adds keyboard navigation to the MSPA webcomics.

Currently supports the following keys:

Right arrow key: Next page
Left arrow key: Previous page
L or Right Ctrl key: Opens or closes Dialoglog/Pesterlog

The arrow key shortcuts currently do not work on flash pages due to conflicts with the game flashes.

Icon taken from http://www.mspaintadventures.com/ACT6ACT6.php?s=6&p=008169                    

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

Tên Homestuck Keyboard Navigation Homestuck Keyboard Navigation
ID icfppdnbakiampejgikedpidpnpcniga
URL Chính Thức https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga
Mô tả Adds keyboard navigation to the Homestuck webcomic
Kích Thước Tệp 20.91 KB
Số Lần Cài Đặt 566
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2018-07-28
Ngày Phát Hành 2018-07-28
Đánh Giá 4.30/5 Tổng số 47 Đánh Giá
Nhà Phát Triển murgatroid99
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homestuck Keyboard Navigation",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "Adds keyboard navigation to the Homestuck webcomic",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.homestuck.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.homestuck.com\/*"
    ]
}