Dribbble @2x

Autoload the @2x version of shots on Dribbble.com when available.

Dribbble @2x란 무엇입니까?

Dribbble @2x은(는) Tiny Works, LLC.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoload the @2x version of shots on Dribbble.com when available."입니다.

확장 프로그램 스크린샷

screenshot

Dribbble @2x 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        #### UPDATE 1.4 ####
Cleaned up code and reduced size to less than 2KB. Fixed a bug that was causing the resizing to not fire automatically with the latest updates to Dribbble.

#### UPDATE 1.34 ####
Fixed a bug that caused the @2x versions of images to not properly load.

#### UPDATE 1.32 ####
Updated to work with the new Dribbble layout and ajax overlays of shots!
Also, now compatible with Retina screens (not auto expanding).

####

Dibbble @2x is a super lightweight extension that automagically loads the @2x (retina) version of shots when viewing the detail page. @2x runs in the background and only on the /shots/ section of dribbble.com so you won't even know it's there!                    

확장 프로그램 기본 정보

이름 Dribbble @2x Dribbble @2x
ID hgdfllkgbhpehkplfjckkecheniibdpe
공식 URL https://chromewebstore.google.com/detail/dribbble-2x/hgdfllkgbhpehkplfjckkecheniibdpe
설명 Autoload the @2x version of shots on Dribbble.com when available.
파일 크기 407 KB
설치 횟수 777
현재 버전 1.40
최근 업데이트 2016-08-04
출시 날짜 2016-08-04
평점 4.36/5 총 14 개의 평점
개발자 Tiny Works, LLC.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://promptden.com/policy/privacy
지원되는 언어 en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "load.js"
            ],
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ]
        }
    ],
    "description": "Autoload the @2x version of shots on Dribbble.com when available.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCr8buH7oVeb00cBE\/y32dstA3kIAxUuUCtR43iG3kV+TGQSpa8k2UZ\/a8sH2WUrhS\/4ewGTB9VGSCHoejkE+FIeSuT0+i2w+rz7B1NepUx7sMhp3gE\/\/hR26CqR9mcK13RzEJPuj+mpYhiS1mbWz+kvb7s\/zzaJ8zolMUpJG6j3QIDAQAB",
    "manifest_version": 2,
    "name": "Dribbble @2x",
    "permissions": [
        "*:\/\/*.dribbble.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.40",
    "web_accessible_resources": [
        "load.js"
    ]
}