Better Homestuck
Improves the Homestuck reading experience
什麼是Better Homestuck?
Better Homestuck是由DomNomNom開發的Chrome擴展程式,該擴展的主要功能是“Improves the Homestuck reading experience”。
擴展截圖
下載Better Homestuck擴展crx文件
下載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 |
ID | aaaidlpoefeeklbhpndokmfipimojimj |
官方網址 | 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 } ] } |