Better Homestuck
Improves the Homestuck reading experience
Qu'est-ce que Better Homestuck ?
Better Homestuck est une extension Chrome développée par DomNomNom, et sa fonction principale est "Improves the Homestuck reading experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Homestuck
Téléchargez les fichiers d'extension Better Homestuck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Better Homestuck |
ID | aaaidlpoefeeklbhpndokmfipimojimj |
URL Officiel | https://chromewebstore.google.com/detail/better-homestuck/aaaidlpoefeeklbhpndokmfipimojimj |
Description | Improves the Homestuck reading experience |
Taille du Fichier | 95.84 KB |
Nombre d'Installations | 460 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2016-03-13 |
Date de Publication | 2016-03-13 |
Évaluation | 4.39/5 Total 18 Évaluations |
Développeur | DomNomNom |
Type de Paiement | free |
Site Web de l'Extension | http://domnomnom.com/ReadHomestuck/ |
URL de la Page d'Aide | https://github.com/DomNomNom/ReadHomestuck |
Langues Prises en Charge | 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 } ] } |