Better Homestuck

Improves the Homestuck reading experience

Better Homestuckคืออะไร?

Better Homestuck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DomNomNom และคุณลักษณะหลักของมันคือ "Improves the Homestuck reading experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Homestuck

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}