Unpaginate

Infinite scroll your favorite sites

Unpaginateคืออะไร?

Unpaginate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esquire Marketing และคุณลักษณะหลักของมันคือ "Infinite scroll your favorite sites"

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

screenshot

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

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

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

                        Tired of always clicking through tons of pages on Google, Amazon, YouTube & Bing?

Unpaginate allows you to infinitely scroll to the next page without having to click the next page and wait for it to load.

Save hundreds of hours a year with Unpaginate!                    

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

ชื่อ Unpaginate Unpaginate
ID oamcmjemlelkciemicfpmojnnblgniab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unpaginate/oamcmjemlelkciemicfpmojnnblgniab
คำอธิบาย Infinite scroll your favorite sites
ขนาดไฟล์ 271 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2019-01-02
วันที่เผยแพร่ 2019-01-01
ผู้พัฒนา Esquire Marketing
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sendia.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unpaginate",
    "description": "Infinite scroll your favorite sites",
    "version": "3.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_48.png",
            "32": "icons\/icon_128.png"
        },
        "default_title": "Unpaginate"
    },
    "content_scripts": [
        {
            "js": [
                "inject\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "chrome_style": true
    }
}