Flickr Secret Faves

Secretly fave photos on Flickr

Flickr Secret Faves란 무엇입니까?

Flickr Secret Faves은(는) Bertrand Fan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secretly fave photos on Flickr"입니다.

확장 프로그램 스크린샷

screenshot

Flickr Secret Faves 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Secretly fave photos on Flickr to your local machine without broadcasting the action to the public.

To secretly fave, simply click on the secret fave icon next to the Favorite icon or use the keyboard shortcut [d].

To view your faves, right-click on the secret fave icon. You may also go to Explore : Secret Faves or use the keyboard shortcut [shift-d].

Keyboard shortcuts:
d - Toggle secret fave
shift-d - View secret faves

http://github.com/bertrandom/flickr-secret-faves                    

확장 프로그램 기본 정보

이름 Flickr Secret Faves Flickr Secret Faves
ID kfkeaclfeilnaialkjflklopnmknggmf
공식 URL https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf
설명 Secretly fave photos on Flickr
파일 크기 50.14 KB
설치 횟수 53
현재 버전 1.1
최근 업데이트 2013-08-19
출시 날짜 2013-08-19
개발자 Bertrand Fan
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flickr Secret Faves",
    "description": "Secretly fave photos on Flickr",
    "version": "1.1",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*"
            ],
            "css": [
                "css\/secret-faves.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/secret-faves.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/secret.png",
        "img\/secret-off.png"
    ]
}