Dribbble. Infinite.

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

Dribbble. Infinite.란 무엇입니까?

Dribbble. Infinite.은(는) ermushko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dribbble. Infinite. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** 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\/*"
    ]
}