Link Pager

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

Link Pager là gì?

Link Pager là một tiện ích mở rộng Chrome được phát triển bởi tarot, và tính năng chính của nó là "Go to next/previous page using 'rel' attribute.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link Pager

Tải xuống các tệp mở rộng Link Pager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
URL Chính Thức https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
Mô tả Go to next/previous page using 'rel' attribute.
Kích Thước Tệp 8.64 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.4.1.1
Cập Nhật Lần Cuối 2020-04-15
Ngày Phát Hành 2020-04-12
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển tarot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}