Flickr Exif Learnr
Shows camera settings from Exif when floating the mouse over a photo
O que é Flickr Exif Learnr?
Flickr Exif Learnr é uma extensão do Chrome desenvolvida por itsastickup, e sua principal característica é "Shows camera settings from Exif when floating the mouse over a photo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flickr Exif Learnr
Baixe arquivos de extensão Flickr Exif Learnr no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Flickr Exif Learnr |
ID | jflkhbjjhncpogfmijkcflffmmfpdmhe |
URL Oficial | https://chromewebstore.google.com/detail/flickr-exif-learnr/jflkhbjjhncpogfmijkcflffmmfpdmhe |
Descrição | Shows camera settings from Exif when floating the mouse over a photo |
Tamanho do Arquivo | 194 KB |
Contagem de Instalações | 171 |
Versão Atual | 0.19 |
Última Atualização | 2014-03-13 |
Data de Publicação | 2014-03-13 |
Classificação | 2.67/5 Total de 3 Avaliações |
Desenvolvedor | itsastickup |
Tipo de Pagamento | free |
Site da Extensão | http://www.flickr.com/services/apps/72157641263263904/ |
Idiomas Suportados | 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\/" } |