Better Homestuck

Improves the Homestuck reading experience

¿Qué es Better Homestuck?

Better Homestuck es una extensión de Chrome desarrollada por DomNomNom, y su función principal es "Improves the Homestuck reading experience".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Better Homestuck

Descarga archivos de extensión Better Homestuck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Better Homestuck Better Homestuck
ID aaaidlpoefeeklbhpndokmfipimojimj
URL Oficial https://chromewebstore.google.com/detail/better-homestuck/aaaidlpoefeeklbhpndokmfipimojimj
Descripción Improves the Homestuck reading experience
Tamaño del Archivo 95.84 KB
Cantidad de Instalaciones 460
Versión Actual 1.2.3
Última Actualización 2016-03-13
Fecha de Publicación 2016-03-13
Calificación 4.39/5 Total de 18 Calificaciones
Desarrollador DomNomNom
Tipo de Pago free
Sitio Web de la Extensión http://domnomnom.com/ReadHomestuck/
URL de la Página de Ayuda https://github.com/DomNomNom/ReadHomestuck
Idiomas Soportados 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
        }
    ]
}