{"id":13477604,"url":"https://github.com/StigNygaard/xIFr","last_synced_at":"2025-03-27T05:32:19.058Z","repository":{"id":63515729,"uuid":"188374089","full_name":"StigNygaard/xIFr","owner":"StigNygaard","description":"Exif viewer WebExtension for Firefox and compatible webbrowsers","archived":false,"fork":false,"pushed_at":"2024-07-29T20:03:27.000Z","size":714,"stargazers_count":38,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T02:51:16.826Z","etag":null,"topics":["add-on","browserextension","exif","exif-metadata","exif-reader","exif-viewer","firefox-addon","firefox-extension","firefox-webextension","geolocation","geoposition","geotagged","iptc","jpg","mapping","photography","photos","webextension","webextensions","xmp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StigNygaard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-24T07:27:10.000Z","updated_at":"2025-02-23T12:00:35.000Z","dependencies_parsed_at":"2023-02-19T01:46:06.151Z","dependency_job_id":"6b975619-8afd-4654-9bf0-29b52d918bda","html_url":"https://github.com/StigNygaard/xIFr","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StigNygaard%2FxIFr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StigNygaard%2FxIFr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StigNygaard%2FxIFr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StigNygaard%2FxIFr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StigNygaard","download_url":"https://codeload.github.com/StigNygaard/xIFr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791844,"owners_count":20672666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add-on","browserextension","exif","exif-metadata","exif-reader","exif-viewer","firefox-addon","firefox-extension","firefox-webextension","geolocation","geoposition","geotagged","iptc","jpg","mapping","photography","photos","webextension","webextensions","xmp"],"created_at":"2024-07-31T16:01:45.017Z","updated_at":"2025-03-27T05:32:18.696Z","avatar_url":"https://github.com/StigNygaard.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# xIFr\n\nxIFr is a Firefox browser extension for viewing EXIF, IPTC and XMP metadata in image files, including a map-view of\ngeolocation. It features \"deep search\" to target images that normally can't be selected by a simple right-click.\n\n* [Install xIFr from Mozilla Firefox Add-ons](https://addons.mozilla.org/firefox/addon/xifr/?utm_source=github.com)\n\n![Screenshot](https://www.rockland.dk/img/xIFr100-1-1400x1050.jpg)\n\n### Why another Exif viewer?\n\nBecause I felt other Exif readers annoyed me, or I felt they were missing something. It is probably a matter of\npersonal preferences, but you should really check the _\"deep search\" feature_. It works sooo well - in my own\nvery humble opinion :-)\n\n![Screenshot](https://www.rockland.dk/img/xIFr100-2-1400x1050.jpg)\n\n### \"Deep Search\" feature?\nMost other Exif viewers for Firefox only works if you can right-click directly on an html _img_ element.\nBut with \"Deep Search\" xIFr finds the image you want to see details about,\nno matter if it is below a layer or is defined as a background-image of another element.\nIn 95% of the times, it just works as you expect. You won't even know if you were right-clicking directly on an\nimg element or not. This is in my opinion the most important feature distinguishing xIFr from other Exif-viewers.\n\nAlso, with Deep Search you can avoid overlayered logos and icons. By shift-clicking when selecting xIFr in browser's\ncontext-menu, you will force xIFr to look for images larger than a specified size (The size is configurable).\n\nYou can get a little introduction to xIFr's features, including what\nDeep Search does, at [www.rockland.dk/xIFr/start](https://www.rockland.dk/xIFr/start/).\n\n### Dark Theme support\n\n![Screenshot](https://www.rockland.dk/img/xIFr100-3-1400x1050.jpg)\n\n### A handy Firefox tip!\nSome websites override the browser's default right-click context menu. But often you can just hold down the\n_shift_ key while right-clicking, to get the browser's native context menu back - and thus launch xIFr...\n\n### Creating extension from repository\n\nIn principle xIFr is a \"cross-browser compatible\" webextension. While it currently _ain't_ available via Google Chrome\nor Microsoft Edge Web Stores, it still works with Chromium based browsers if you install the webextension directly\nfrom your local filesystem. There are however differences in functionality supported, and mostly limitations when\nusing xIFr in Chromium based browsers. So for now, only \"officially\" available and supported for Firefox.\n\nTo create a browser extension from this repository, simply create a zip-file with content of the _WebExtension_ folder.\n\n### A lot of credit to...\nVital parts of xIFr, is inherited work by various [people](https://raw.githubusercontent.com/StigNygaard/xIFr/master/WebExtension/AUTHORS)\ninvolved with development of [wxIF](https://github.com/gcp/wxif) (xIFr is a fork of wxIF) and\n[FxIF](https://code.google.com/archive/p/fxif/). Without their initial work, xIFr wouldn't be.\n\nAlso thanks to [crimx](https://github.com/crimx), and his [\"Get All Images in DOM\" coding-post](https://blog.crimx.com/2017/03/09/get-all-images-in-dom-including-background-en/) which was great help getting started\non the Deep Search feature.\n\n### License\n\n[MPL 2.0 - Mozilla Public License Version 2.0](https://raw.githubusercontent.com/StigNygaard/xIFr/master/LICENSE)\n\n### Flickr Fixr\nAre you a Flickr user? Also take a look at my [Flickr Fixr](https://github.com/StigNygaard/Stigs_Flickr_Fixr) !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStigNygaard%2FxIFr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStigNygaard%2FxIFr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStigNygaard%2FxIFr/lists"}