Link Pager

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

O que é Link Pager?

Link Pager é uma extensão do Chrome desenvolvida por tarot, e sua principal característica é "Go to next/previous page using 'rel' attribute.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Link Pager

Baixe arquivos de extensão Link Pager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
URL Oficial https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
Descrição Go to next/previous page using 'rel' attribute.
Tamanho do Arquivo 8.64 KB
Contagem de Instalações 99
Versão Atual 0.4.1.1
Última Atualização 2020-04-15
Data de Publicação 2020-04-12
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor tarot
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}