Distraction-free Homestuck
Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Τι είναι το Distraction-free Homestuck;
Το Distraction-free Homestuck είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jglamine, και η κύρια λειτουργία του είναι "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Distraction-free Homestuck
Λήψη αρχείων επέκτασης Distraction-free Homestuck σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Removes distracting content around Homestuck and adds a panel at the bottom with estimates for how much time it will take to read the story.
Also adds keyboard navigation: Use the left and right arrow keys to go to the next or previous page. Press enter to open and close the pesterlog. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | poclfnmbkagmjnhbogegmoafjhlockhi |
| Επίσημο URL | https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi |
| Περιγραφή | Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate. |
| Μέγεθος Αρχείου | 73.55 KB |
| Αριθμός Εγκαταστάσεων | 157 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2015-06-11 |
| Ημερομηνία Δημοσίευσης | 2015-06-11 |
| Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
| Προγραμματιστής | jglamine |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Distraction-free Homestuck",
"description": "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.",
"version": "1.0",
"author": "James Lamine",
"content_scripts": [
{
"matches": [
"http:\/\/www.mspaintadventures.com\/?*s=6*"
],
"js": [
"lib\/keymaster.js",
"page-data.js",
"homestuck-reader.js"
],
"css": [
"homestuck-reader.css"
],
"run_at": "document_end"
}
]
} | |