Better Homestuck

Improves the Homestuck reading experience

Better Homestuck là gì?

Better Homestuck là một tiện ích mở rộng Chrome được phát triển bởi DomNomNom, và tính năng chính của nó là "Improves the Homestuck reading experience".

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

screenshot
screenshot

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

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

                        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.                    

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

Tên Better Homestuck Better Homestuck
ID aaaidlpoefeeklbhpndokmfipimojimj
URL Chính Thức https://chromewebstore.google.com/detail/better-homestuck/aaaidlpoefeeklbhpndokmfipimojimj
Mô tả Improves the Homestuck reading experience
Kích Thước Tệp 95.84 KB
Số Lần Cài Đặt 460
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2016-03-13
Ngày Phát Hành 2016-03-13
Đánh Giá 4.39/5 Tổng số 18 Đánh Giá
Nhà Phát Triển DomNomNom
Loại Thanh Toán free
Trang Web Mở Rộng http://domnomnom.com/ReadHomestuck/
URL Trang Trợ Giúp https://github.com/DomNomNom/ReadHomestuck
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}