Link Pager

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

Vad är Link Pager?

Link Pager är en Chrome-tillägg utvecklad av tarot, och dess huvudfunktion är "Go to next/previous page using 'rel' attribute.".

Tilläggsskärmbilder

screenshot

Ladda ner Link Pager-förlängningens CRX-fil

Ladda ner Link Pager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
Officiell webbadress https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
Beskrivning Go to next/previous page using 'rel' attribute.
Filstorlek 8.64 KB
Antal Installationer 99
Aktuell Version 0.4.1.1
Senast Uppdaterad 2020-04-15
Publiceringsdatum 2020-04-12
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare tarot
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}