EXIF Viewer Pro
Quick access to EXIF data of any image you view
O que é EXIF Viewer Pro?
EXIF Viewer Pro é uma extensão do Chrome desenvolvida por https://exifviewers.com, e sua principal característica é "Quick access to EXIF data of any image you view".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EXIF Viewer Pro
Baixe arquivos de extensão EXIF Viewer Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | EXIF Viewer Pro |
ID | mmbhfeiddhndihdjeganjggkmjapkffm |
URL Oficial | https://chromewebstore.google.com/detail/exif-viewer-pro/mmbhfeiddhndihdjeganjggkmjapkffm |
Descrição | Quick access to EXIF data of any image you view |
Tamanho do Arquivo | 442 KB |
Contagem de Instalações | 90,182 |
Versão Atual | 2.4.3 |
Última Atualização | 2020-07-02 |
Data de Publicação | 2020-07-02 |
Classificação | 3.39/5 Total de 463 Avaliações |
Desenvolvedor | https://exifviewers.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://exifviewers.com/ |
URL da Página de Ajuda | http://exifviewers.com/support.html |
URL da Página de Política de Privacidade | https://qrcd.org/privacy.html |
Idiomas Suportados | 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" ] } |