Flickr Exif Learnr

Shows camera settings from Exif when floating the mouse over a photo

Flickr Exif Learnr क्या है?

Flickr Exif Learnr itsastickup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows camera settings from Exif when floating the mouse over a photo"।

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

screenshot

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

crx प्रारूप में Flickr Exif Learnr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Displays exif info overlaid on top of pics in flickr when you float the mouse above a pic.

WARNING: there can be a significant delay as the exif data is fetched; sometimes you may need to return to a pic a few seconds later. And on groups and explore, flickr does some strange stuff that can delay the extension's activation. 

When learning photography you need to see the settings used to take the shot. Instead of laboriously clicking through to a photo's Exif data, with this extension you can just float the mouse above a photo and the info will reveal itself a moment or two later.

Also includes Lens and camera info, and gives the 35mm (fullframe) equivalent focal length in brackets if the exif supplies it.                    

एक्सटेंशन की मूल जानकारी

नाम Flickr Exif Learnr Flickr Exif Learnr
ID jflkhbjjhncpogfmijkcflffmmfpdmhe
आधिकारिक URL https://chromewebstore.google.com/detail/flickr-exif-learnr/jflkhbjjhncpogfmijkcflffmmfpdmhe
विवरण Shows camera settings from Exif when floating the mouse over a photo
फ़ाइल का आकार 194 KB
स्थापना संख्या 171
वर्तमान संस्करण 0.19
अंतिम अपडेट 2014-03-13
प्रकाशन तिथि 2014-03-13
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर itsastickup
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.flickr.com/services/apps/72157641263263904/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.flickr.com\/*",
                "https:\/\/www.flickr.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/www.flickr.com\/*",
                "https:\/\/www.flickr.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Shows camera settings from Exif when floating the mouse over a photo",
    "name": "Flickr Exif Learnr",
    "version": "0.19",
    "icons": {
        "128": "icon2.png"
    },
    "author": "lorrimangpublic",
    "homepage_url": "http:\/\/www.flickr.com\/services\/apps\/72157641263263904\/"
}