Flickr Secret Faves

Secretly fave photos on Flickr

Flickr Secret Faves क्या है?

Flickr Secret Faves Bertrand Fan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secretly fave photos on Flickr"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flickr Secret Faves एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}