Link Pager

Go to next/previous page using 'rel' attribute.

Что такое Link Pager?

Link Pager - это расширение Chrome, разработанное tarot, и его основная функция - "Go to next/previous page using 'rel' attribute.".

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

screenshot

Скачать файл CRX расширения Link Pager

Скачайте файлы расширений Link Pager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extention reads the relation of the document from 'rel' attribute described on the web page, and moved to the subsequent page.
Because it enhances space key scroll, you don't have to move the mouse pointer to a tiny anchor. It would accelerate your browsing speed.
For convenience, pagination (sequence of the page number) displayed in the search result etc. can also be recognized, and it conduct to the subsequent page.

Key Bindings:
[Space] at bottom of the page or [Shift] + [Alt] + [Right]: Go to next page
[Shift] + [Space] at top of the page or [Shift] + [Alt] + [Left]: Go to previous page
[Shift] + [Alt] + [Up]: Go to upper page                    

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

Название Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
Официальный URL https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
Описание Go to next/previous page using 'rel' attribute.
Размер файла 8.64 KB
Количество установок 99
Текущая Версия 0.4.1.1
Последнее Обновление 2020-04-15
Дата публикации 2020-04-12
Рейтинг 4.50/5 Всего 6 оценок
Разработчик tarot
Тип оплаты free
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Pager",
    "version": "0.4.1.1",
    "description": "__MSG_description__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "LinkPager.js"
            ]
        }
    ]
}