Flickr Exif Learnr

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

Qu'est-ce que Flickr Exif Learnr ?

Flickr Exif Learnr est une extension Chrome développée par itsastickup, et sa fonction principale est "Shows camera settings from Exif when floating the mouse over a photo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flickr Exif Learnr

Téléchargez les fichiers d'extension Flickr Exif Learnr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flickr Exif Learnr Flickr Exif Learnr
ID jflkhbjjhncpogfmijkcflffmmfpdmhe
URL Officiel https://chromewebstore.google.com/detail/flickr-exif-learnr/jflkhbjjhncpogfmijkcflffmmfpdmhe
Description Shows camera settings from Exif when floating the mouse over a photo
Taille du Fichier 194 KB
Nombre d'Installations 171
Version Actuelle 0.19
Dernière Mise à Jour 2014-03-13
Date de Publication 2014-03-13
Évaluation 2.67/5 Total 3 Évaluations
Développeur itsastickup
Type de Paiement free
Site Web de l'Extension http://www.flickr.com/services/apps/72157641263263904/
Langues Prises en Charge 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\/"
}