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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | EXIF Viewer Pro |
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 |
이메일 | [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" ] } |