Fetch!

Fetch a dog, anytime, anywhere!

Fetch!란 무엇입니까?

Fetch!은(는) Patrick Cullings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fetch a dog, anytime, anywhere!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fetch! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        'Fetch!' is a Chrome extension for everyone!  Stressed, sad, or even happy, 'Fetch!' has got your back.  On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser.  Get a dog from a random breed, or from one of the breeds offered in the dropdown.  Once you've had your fill, get back to your previous display by simply closing out of the image.

Note: Fetch! does not work in a "New Tab."  You must be in an actual webpage for Fetch! to function properly.                    

확장 프로그램 기본 정보

이름 Fetch! Fetch!
ID jkanoaaphjgfmmlomnhplhnikdhehijg
공식 URL https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg
설명 Fetch a dog, anytime, anywhere!
파일 크기 106 KB
설치 횟수 51
현재 버전 0.0.0.3
최근 업데이트 2018-02-25
출시 날짜 2018-02-24
평점 5.00/5 총 4 개의 평점
개발자 Patrick Cullings
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pcullings/Fetch
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fetch!",
    "description": "Fetch a dog, anytime, anywhere!",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "content\/dog-icon.png",
        "default_popup": "popup.html",
        "default_title": "Fetch!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}