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ファイルをダウンロード

Flickr Secret Faves拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}