Homestuck Keyboard Navigation

Adds keyboard navigation to the Homestuck webcomic

什么是Homestuck Keyboard Navigation?

Homestuck Keyboard Navigation是由murgatroid99开发的Chrome扩展程序,该扩展的主要功能是“Adds keyboard navigation to the Homestuck webcomic”。

下载Homestuck Keyboard Navigation扩展crx文件

下载Homestuck Keyboard Navigation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Homestuck Keyboard Navigation Homestuck Keyboard Navigation
ID icfppdnbakiampejgikedpidpnpcniga
官方URL https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga
简介 Adds keyboard navigation to the Homestuck webcomic
文件大小 20.91 KB
安装次数 566
当前版本 0.4.0
更新时间 2018-07-28
上架时间 2018-07-28
评分 4.30/5 共47次评分
开发者 murgatroid99
付费类型 free
支持的语言 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\/*"
    ]
}