Flickr Photo Actions on Threads

This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads

Flickr Photo Actions on Threads란 무엇입니까?

Flickr Photo Actions on Threads은(는) Alesa Dam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads"입니다.

확장 프로그램 스크린샷

screenshot

Flickr Photo Actions on Threads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The script provides a couple of buttons above each (Flickr) photo posted in Flickr threads, on photo pages, group pending items pages, and group pools.

The buttons allow to
. mark the photo as a Favorite
. add tags
. add a comment

When adding a comment, you can choose to add a 'referrer'.

The extension holds a list of your favorite comments, and most used tags. Comments and tags can be managed (define new, remove some, edit or copy existing comments/tags).

You can also mark a stored comment as a 'fast comment' (or a stored tag as a 'fast' tag). It will show above the photo as an icon, with the label and color you have set. This provides for one-click commenting/tagging.                    

확장 프로그램 기본 정보

이름 Flickr Photo Actions on Threads Flickr Photo Actions on Threads
ID aockpladnfogjkcohbmciemdcjdhcbkn
공식 URL https://chromewebstore.google.com/detail/flickr-photo-actions-on-t/aockpladnfogjkcohbmciemdcjdhcbkn
설명 This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads
파일 크기 131 KB
설치 횟수 110
현재 버전 6.4
최근 업데이트 2013-08-21
출시 날짜 2013-08-21
평점 3.00/5 총 4 개의 평점
개발자 Alesa Dam
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://www.flickr.com/groups/flickrhacks/discuss/72157626999092722/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flickr Photo Actions on Threads",
    "version": "6.4",
    "description": "This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/mootools-1.2.5-core-yc.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/editadd.png",
        "images\/editpaste.png",
        "images\/editdelete.png",
        "images\/edit.png",
        "images\/filesave.png",
        "images\/db.png",
        "images\/paypal.png",
        "images\/amazon.png",
        "images\/bitcoin.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/groups\/*\/discuss\/*",
                "http:\/\/www.flickr.com\/groups\/*\/admin\/pending\/*",
                "http:\/\/www.flickr.com\/photos\/*",
                "http:\/\/www.flickr.com\/groups\/*\/pool\/*",
                "http:\/\/www.flickr.com\/groups\/*"
            ],
            "js": [
                "scripts\/mootools-1.2.5-core-yc.js",
                "scripts\/fpa_greasemonkey_layer.js",
                "scripts\/flickr_photo_actions_on_.js"
            ]
        }
    ],
    "run_at": "document-end"
}