Better Homestuck

Improves the Homestuck reading experience

Better Homestuck क्या है?

Better Homestuck DomNomNom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the Homestuck reading experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Homestuck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}