Flickr - Display lens model
Displays the lens model next to camera info.
什么是Flickr - Display lens model?
Flickr - Display lens model是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Displays the lens model next to camera info.”。
扩展截图
下载Flickr - Display lens model扩展crx文件
下载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 } |