Link Pager

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

Was ist Link Pager?

Link Pager ist eine Chrome-Erweiterung, die von tarot entwickelt wurde, und ihr Hauptmerkmal ist "Go to next/previous page using 'rel' attribute.".

Erweiterungsscreenshots

screenshot

Link Pager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Link Pager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
Offizielle URL https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
Beschreibung Go to next/previous page using 'rel' attribute.
Dateigröße 8.64 KB
Installationsanzahl 99
Aktuelle Version 0.4.1.1
Letztes Update 2020-04-15
Veröffentlichungsdatum 2020-04-12
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler tarot
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}