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.".

Снимки экрана расширения

screenshot

Скачать файл 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.                    

Основная информация о расширении

Название Distraction-free Homestuck Distraction-free Homestuck
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"
        }
    ]
}