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 } |