EXIF Viewer Pro

Quick access to EXIF data of any image you view

Co je EXIF Viewer Pro?

EXIF Viewer Pro je rozšíření Chrome vyvinuté https://exifviewers.com, a jeho hlavní funkcí je „Quick access to EXIF data of any image you view“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření EXIF Viewer Pro

Stáhněte si soubory rozšíření EXIF Viewer Pro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název EXIF Viewer Pro EXIF Viewer Pro
ID mmbhfeiddhndihdjeganjggkmjapkffm
Oficiální URL https://chromewebstore.google.com/detail/exif-viewer-pro/mmbhfeiddhndihdjeganjggkmjapkffm
Popis Quick access to EXIF data of any image you view
Velikost souboru 442 KB
Počet instalací 90,182
Aktuální Verze 2.4.3
Poslední Aktualizace 2020-07-02
Datum Vydání 2020-07-02
Hodnocení 3.39/5 Celkem 463 Hodnocení
Vývojář https://exifviewers.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://exifviewers.com/
URL Stránky Nápovědy http://exifviewers.com/support.html
URL Stránky Zásad Ochrany Soukromí https://qrcd.org/privacy.html
Podporované Jazyky 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"
    ]
}