Puppy Overload

This extension returns an overload of labrador puppies.

Puppy Overload란 무엇입니까?

Puppy Overload은(는) Danielle Adams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension returns an overload of labrador puppies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Puppy Overload 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Puppies provide more than just companionship. They're proven to help people de-stress and improve overall happiness. That's why I created this extension. Puppies make me happy, and looking at pictures of puppies can help anyone detach from any stressful scenario.                    

확장 프로그램 기본 정보

이름 Puppy Overload Puppy Overload
ID jdgnnbkkejnolpimodbifmlchcppgpoe
공식 URL https://chromewebstore.google.com/detail/puppy-overload/jdgnnbkkejnolpimodbifmlchcppgpoe
설명 This extension returns an overload of labrador puppies.
파일 크기 13.3 KB
설치 횟수 259
현재 버전 2.1
최근 업데이트 2014-12-28
출시 날짜 2014-12-28
평점 3.25/5 총 8 개의 평점
개발자 Danielle Adams
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/danielleadams/puppyoverload
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puppy Overload",
    "short_name": "Puppy Ovrld",
    "description": "This extension returns an overload of labrador puppies.",
    "version": "2.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_title": "Puppy Overload"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "overloadBrowser.js"
        ],
        "persistent": false
    }
}