Paginator Up

Navigates to next page by incrementing a number in the URL

Paginator Upคืออะไร?

Paginator Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soldier.moth และคุณลักษณะหลักของมันคือ "Navigates to next page by incrementing a number in the URL"

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

screenshot

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

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

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

                        Easy button for navigating to the next page by incrementing the page number in the URL                    

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

ชื่อ Paginator Up Paginator Up
ID hkmlmcmnipekjplojmhdlhhoknmhbihe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paginator-up/hkmlmcmnipekjplojmhdlhhoknmhbihe
คำอธิบาย Navigates to next page by incrementing a number in the URL
ขนาดไฟล์ 5.92 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-24
วันที่เผยแพร่ 2016-11-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา soldier.moth
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/soldiermoth/paginator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paginator Up",
    "description": "Navigates to next page by incrementing a number in the URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "up.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "up.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    }
}