Flickr - Display lens model
Displays the lens model next to camera info.
Flickr - Display lens modelคืออะไร?
Flickr - Display lens model เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Displays the lens model next to camera info."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flickr - Display lens model
ดาวน์โหลดไฟล์ส่วนขยาย Flickr - Display lens model ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Retrieves the lens model information from the photo's exif-data if it exists and then displays it below the camera information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | emcopmmmmgbbklnmdbgbffjgfjhljoac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/flickr-display-lens-model/emcopmmmmgbbklnmdbgbffjgfjhljoac |
คำอธิบาย | Displays the lens model next to camera info. |
ขนาดไฟล์ | 10.41 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2013-08-24 |
วันที่เผยแพร่ | 2013-08-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr - Display lens model", "description": "Displays the lens model next to camera info.", "content_scripts": [ { "matches": [ "http:\/\/www.flickr.com\/*" ], "js": [ "flickr.js" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2 } |