Link Pager

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

Link Pagerคืออะไร?

Link Pager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tarot และคุณลักษณะหลักของมันคือ "Go to next/previous page using 'rel' attribute."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Pager

ดาวน์โหลดไฟล์ส่วนขยาย Link Pager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Link Pager Link Pager
ID cgddacggfmoggigikjjcogdodjiplibe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-pager/cgddacggfmoggigikjjcogdodjiplibe
คำอธิบาย Go to next/previous page using 'rel' attribute.
ขนาดไฟล์ 8.64 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 0.4.1.1
อัปเดตครั้งล่าสุด 2020-04-15
วันที่เผยแพร่ 2020-04-12
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา tarot
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}