https://github.com/0xcpu/exifview
A Chrome extension that extracts and displays image metadata from web pages.
https://github.com/0xcpu/exifview
Last synced: 3 months ago
JSON representation
A Chrome extension that extracts and displays image metadata from web pages.
- Host: GitHub
- URL: https://github.com/0xcpu/exifview
- Owner: 0xcpu
- Created: 2026-01-12T23:19:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-15T21:19:15.000Z (3 months ago)
- Last Synced: 2026-03-16T08:51:21.122Z (3 months ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EXIF Viewer
A browser extension that extracts and displays image metadata from web pages.
Supports Chrome, Edge, and Firefox.
## Supported Formats
- EXIF (camera settings, GPS, dates)
- IPTC (title, keywords, copyright)
- XMP (Adobe metadata, ratings)
- ICC (color profiles)
## Build
```bash
npm install
npm run build # Build both Chrome and Firefox
npm run build:chrome # Chrome only
npm run build:firefox # Firefox only
```
## Install
**Chrome/Edge:**
1. Open `chrome://extensions/`
2. Enable Developer mode
3. Click "Load unpacked"
4. Select the `build/chrome/` folder
**Firefox:**
1. Open `about:debugging#/runtime/this-firefox`
2. Click "Load Temporary Add-on"
3. Select `build/firefox/manifest.json`
## License
MIT