Link Pager

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

Qu'est-ce que Link Pager ?

Link Pager est une extension Chrome développée par tarot, et sa fonction principale est "Go to next/previous page using 'rel' attribute.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Pager

Téléchargez les fichiers d'extension Link Pager 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

                        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                    

Informations de Base sur l'Extension

Nom Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
URL Officiel https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
Description Go to next/previous page using 'rel' attribute.
Taille du Fichier 8.64 KB
Nombre d'Installations 99
Version Actuelle 0.4.1.1
Dernière Mise à Jour 2020-04-15
Date de Publication 2020-04-12
Évaluation 4.50/5 Total 6 Évaluations
Développeur tarot
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}