Better Homestuck

Improves the Homestuck reading experience

Wat is Better Homestuck?

Better Homestuck is een Chrome-extensie ontwikkeld door DomNomNom, en de belangrijkste functie is "Improves the Homestuck reading experience".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Better Homestuck

Download Better Homestuck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Better Homestuck Better Homestuck
ID aaaidlpoefeeklbhpndokmfipimojimj
Officiële URL https://chromewebstore.google.com/detail/better-homestuck/aaaidlpoefeeklbhpndokmfipimojimj
Beschrijving Improves the Homestuck reading experience
Bestandsgrootte 95.84 KB
Aantal Installaties 460
Huidige Versie 1.2.3
Laatst Bijgewerkt 2016-03-13
Publicatiedatum 2016-03-13
Beoordeling 4.39/5 Totaal 18 Beoordelingen
Ontwikkelaar DomNomNom
Betalingswijze free
Extensiewebsite http://domnomnom.com/ReadHomestuck/
Help Pagina-URL https://github.com/DomNomNom/ReadHomestuck
Ondersteunde Talen 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
        }
    ]
}