Flickr Exif Learnr
Shows camera settings from Exif when floating the mouse over a photo
Flickr Exif Learnrคืออะไร?
Flickr Exif Learnr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itsastickup และคุณลักษณะหลักของมันคือ "Shows camera settings from Exif when floating the mouse over a photo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flickr Exif Learnr
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" } |