Dribbble. Infinite.

New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!

Dribbble. Infinite.คืออะไร?

Dribbble. Infinite. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ermushko และคุณลักษณะหลักของมันคือ "New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ** Project is not updating for a long time - if you find it useful, and want more - let me know ;) **

Infinite recents page for Dribbble.com!

Now you can scroll feed up to the very end! No 20 pages limitation - browse as long as you want!

Thanks to loading shots by ID, not by pages.

Offset you've reached is stored in the URL, so you can add bookmark and next time start right where you stopped to go even deepen in history!

*Beta*

Important limitation: Dribbble has it's own limitation on total page views count. Every shot is loaded from server as a separate link, not as a page with bunch of links in one. So at some point you'll face 403 error. Extension handles short term 403 error when you're "benched for a minute". But when finally you'll be "benched for a day", there is nothing we can do :) Add page URL to bookmarks and come back next day!

BTW, even when you switch page one by one in default Dribbble viewer, you'll face those limitation quickly :)                    

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

ชื่อ Dribbble. Infinite. Dribbble. Infinite.
ID kaiamihfcdmkpmgejfdfbhpfapehlgma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dribbble-infinite/kaiamihfcdmkpmgejfdfbhpfapehlgma
คำอธิบาย New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!
ขนาดไฟล์ 84.88 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 0.0.71
อัปเดตครั้งล่าสุด 2017-11-12
วันที่เผยแพร่ 2017-11-12
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ermushko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ermushko",
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/index.js"
            ],
            "css": [
                "styles\/styles.css",
                "styles\/panel.css"
            ],
            "matches": [
                "https:\/\/dribbble.com\/shots?sort=recent*"
            ]
        }
    ],
    "description": "New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!",
    "homepage_url": "http:\/\/www.vk.com\/ermushko",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "512": "icons\/icon_512.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Dribbble. Infinite.",
    "permissions": [
        "webNavigation",
        "https:\/\/dribbble.com\/*"
    ],
    "short_name": "Dribbble. Infinite.",
    "version": "0.0.71",
    "web_accessible_resources": [
        "assets\/*"
    ]
}