Flickr Exif Learnr

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

Apa itu Flickr Exif Learnr?

Flickr Exif Learnr adalah ekstensi Chrome yang dikembangkan oleh itsastickup, dan fitur utamanya adalah "Shows camera settings from Exif when floating the mouse over a photo".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Flickr Exif Learnr

Unduh file ekstensi Flickr Exif Learnr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Flickr Exif Learnr Flickr Exif Learnr
ID jflkhbjjhncpogfmijkcflffmmfpdmhe
URL Resmi https://chromewebstore.google.com/detail/flickr-exif-learnr/jflkhbjjhncpogfmijkcflffmmfpdmhe
Deskripsi Shows camera settings from Exif when floating the mouse over a photo
Ukuran File 194 KB
Jumlah Instalasi 171
Versi Saat Ini 0.19
Terakhir Diperbarui 2014-03-13
Tanggal Publikasi 2014-03-13
Penilaian 2.67/5 Total 3 Penilaian
Pengembang itsastickup
Tipe Pembayaran free
Situs Ekstensi http://www.flickr.com/services/apps/72157641263263904/
Bahasa yang Didukung 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\/"
}