Flickr Exif Learnr
Shows camera settings from Exif when floating the mouse over a photo
Flickr Exif Learnrとは何ですか?
Flickr Exif Learnrはitsastickupによって開発されたChromeの拡張機能で、その主な機能は「Shows camera settings from Exif when floating the mouse over a photo」です。
拡張機能のスクリーンショット
Flickr Exif Learnr拡張機能のCRXファイルをダウンロード
Flickr Exif Learnr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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\/" } |