Flickr - Display lens model
Displays the lens model next to camera info.
Apa itu Flickr - Display lens model?
Flickr - Display lens model adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Displays the lens model next to camera info.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flickr - Display lens model
Unduh file ekstensi Flickr - Display lens model dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Retrieves the lens model information from the photo's exif-data if it exists and then displays it below the camera information.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | emcopmmmmgbbklnmdbgbffjgfjhljoac |
URL Resmi | https://chrome.google.com/webstore/detail/flickr-display-lens-model/emcopmmmmgbbklnmdbgbffjgfjhljoac |
Deskripsi | Displays the lens model next to camera info. |
Ukuran File | 10.41 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-08-24 |
Tanggal Publikasi | 2013-08-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | [email protected] |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |