Better Homestuck

Improves the Homestuck reading experience

什么是Better Homestuck?

Better Homestuck是由DomNomNom开发的Chrome扩展程序,该扩展的主要功能是“Improves the Homestuck reading experience”。

扩展截图

screenshot
screenshot

下载Better Homestuck扩展crx文件

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

扩展使用说明

                        Brings the following to the Homestuck experience:
 - Instant load times for the next page
 - Keyboard controls (arrow keys)
 - Saves your reading progress by default
 - A unified "next" button
 - Handles special pages
 - Auto-expanded chat logs
 - Sensible scrolling when the next button is clicked and there is content below
 - Highlighting for chat lines of Doc Scratch
 - Minor page style tweaks
 - Links to discussion of the current page (where applicable)

The last five features and some other minor things (eg. nice resizing) are not possible without the extension. The rest should might work without it by visiting http://better-homestuck.appspot.com/

A Firefox version of this is available here: https://addons.mozilla.org/en-US/firefox/addon/better-homestuck/


Dedicated to cjh.                    

扩展基本信息

名称 Better Homestuck Better Homestuck
ID aaaidlpoefeeklbhpndokmfipimojimj
官方URL https://chromewebstore.google.com/detail/better-homestuck/aaaidlpoefeeklbhpndokmfipimojimj
简介 Improves the Homestuck reading experience
文件大小 95.84 KB
安装次数 460
当前版本 1.2.3
更新时间 2016-03-13
上架时间 2016-03-13
评分 4.39/5 共18次评分
开发者 DomNomNom
付费类型 free
扩展官网 http://domnomnom.com/ReadHomestuck/
帮助页面URL https://github.com/DomNomNom/ReadHomestuck
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Homestuck",
    "short_name": "BetterHomestuck",
    "description": "Improves the Homestuck reading experience",
    "version": "1.2.3",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mspaintadventures.com\/*"
            ],
            "css": [
                "overide.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "all_frames": true
        }
    ]
}