EXIF Viewer Pro
Quick access to EXIF data of any image you view
EXIF Viewer Proとは何ですか?
EXIF Viewer Proはhttps://exifviewers.comによって開発されたChromeの拡張機能で、その主な機能は「Quick access to EXIF data of any image you view」です。
拡張機能のスクリーンショット
EXIF Viewer Pro拡張機能のCRXファイルをダウンロード
EXIF Viewer Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick access to EXIF data of any image you view in Google Chrome
How to use it?
- Right click on any images/pictures
- Select “Show Exif data”
- Then show the image/exif information in a separate panel right side of the browser.
TOP Features:
- Absolutely FREE
- Just one right-click to get various information
- Preview image details
- More than 300+ cameras supporting
- Histogram or RGB color refactors
- Auto-copy the exif information to clipboard
- Notifications to sharing critical updates
- Other features coming soon…
- 99% of the websites are unaffected. Help us fix if anything
- No sign-up or login required
What to test? Try on these pictures:
http://regex.info/blog/photostream/main.html#random
http://bit.ly/2cOcvNN,
http://bit.ly/2cOdD3E,
http://bit.ly/2cOdqNT,
https://www.deviantart.com/
PERMISSIONS:- This app may needs read permissions in order to provide some advanced functionalities.
* No adware. No spyware. No walmare.
Support Link: http://tiny.cc/extsupport
Privacy Link: http://exifviewers.com/privacy.htm
========== Current Issues ==========
1. Breaking some web sites?
- Any site which imports some(require-js) javascript may get impacted
- Solution: On Oct 17th 2016, we have put fix for it and hoping it will resolve everything
2. PDF Not Opening
- Any URL ending with .pdf is fixed
- Steamed PDF files like from Drive is unaffected
- Other forms of PDFs are verified from here - http://bit.ly/2d8lStp
- If any issues, please share details/links at http://tiny.cc/extsupport
3. CSS Breaking Some Sites
- We have fixed it on 21st Sep 2016, hope it should not break any new CSS
Other Issues? Please report them at http://tiny.cc/extsupport
=============== FAQs ==============
1. Why some sites are breaking?
- As this extensions needs some(jQuery) libraries to work and may conflict with website’s imports mutually
2. Does this inject/css?
- YES, because it is an integrated extension that needs to process content right from browser DOM
- It injects only scripts/css that it needs to deliver the EXIF Data functionalities
============ Change Log ============
2.4.3
- Fixed the height of Exif attributes section
- Copy to Clipboard option is working again
- Bug fixes and UI enhancements
2.4.1
- Most PDFs formats are now supported without breaking
- Sticky/Overlay loading image issue is fixed
- Site breaking issue(very few) is now finally fixed
2.4.0
- Fixed the issue of CSS rules breaking some sites
- Increased space for content
2.3.8/9
- UI enhancements
2.3.7
- Fixed the require-jquery.js issue that used to break couple of websites
2.3.6
- PDFs issue is unreproducible, please verify here - http://bit.ly/2d8lStp, and report any issues at http://tiny.cc/extsupport
2.3.5
- Fixed the missing camera picture details
2.3.4
- Improved look and feel
- Notification support
- Fixed the PDF opening issue (Ref - http://prntscr.com/cj3h7i)
2.2
- Updated camera models
- Added new exif attributes
2.1
- UI updates
- Additional validations
2.0
- Histogram support
- Bug fixes
- Copy to clipboard options
1.5.*
- Additional camera support
1.*
- Basic exif information display
Need quick help? Reach us at - http://tiny.cc/extsupport 拡張機能の基本情報
| 名前 | |
| ID | mmbhfeiddhndihdjeganjggkmjapkffm |
| 公式URL | https://chromewebstore.google.com/detail/exif-viewer-pro/mmbhfeiddhndihdjeganjggkmjapkffm |
| 説明 | Quick access to EXIF data of any image you view |
| ファイルサイズ | 442 KB |
| インストール数 | 90,182 |
| 現在のバージョン | 2.4.3 |
| 最終更新日 | 2020-07-02 |
| 公開日 | 2020-07-02 |
| 評価 | 3.39/5 合計 463 レビュー |
| 開発者 | https://exifviewers.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://exifviewers.com/ |
| ヘルプページのURL | http://exifviewers.com/support.html |
| プライバシーポリシーページのURL | https://qrcd.org/privacy.html |
| 対応言語 | en,fr,vi,el,ru,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EXIF Viewer Pro",
"short_name": "EXIF Viewer Pro",
"description": "Quick access to EXIF data of any image you view",
"version": "2.4.3",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
"contextMenus"
],
"icons": {
"16": "camera_blue-16.png",
"48": "camera_blue-48.png",
"128": "camera_blue-128.png"
},
"browser_action": {
"default_icon": "camera_blue-128.png"
},
"content_scripts": [
{
"all_frames": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/ga.js",
"js\/jquery-1.9.1.js",
"js\/jquery-ui-1.8.18.custom.min.js",
"js\/jquery.multi-open-accordion-1.5.3.min.js",
"js\/jquery.ajaxLoader.js",
"js\/jquery.tinyscrollbar.min.js",
"js\/jquery.histogram.js",
"js\/jquery.exif.js",
"js\/page.js",
"js\/common.js",
"js\/db2.js",
"js\/tracking.js",
"js\/notifylib.js",
"js\/notif.js",
"js\/exif_inject.js"
],
"css": [
"css\/dark-hive\/jquery-ui-1.8.6.custom.css",
"css\/base.css"
],
"exclude_matches": [
"*:\/\/docs.google.com\/*",
"*:\/\/drive.google.com\/*",
"*:\/\/*.google.com\/reader\/*",
"*:\/\/play.google.com\/*",
"*:\/\/stackedit.io\/*",
"*:\/\/*\/*.pdf",
"*:\/\/paypal.com\/*",
"*:\/\/plugshare.com\/*"
],
"run_at": "document_end"
}
],
"background": {
"page": "background.html"
},
"options_page": "options.html",
"web_accessible_resources": [
"css\/dark-hive\/images\/*",
"img\/*",
"camera_blue-16.png",
"css\/dark-hive\/jquery-ui-1.8.6.custom.css",
"css\/base.css",
"*.html"
]
} | |