Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuxingyu521/extension-preview-large-image
🔍 a browser extension to preview large image
https://github.com/liuxingyu521/extension-preview-large-image
browser-extension extension preview-image
Last synced: 28 days ago
JSON representation
🔍 a browser extension to preview large image
- Host: GitHub
- URL: https://github.com/liuxingyu521/extension-preview-large-image
- Owner: liuxingyu521
- License: mit
- Created: 2024-07-06T08:19:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:05:21.000Z (about 2 months ago)
- Last Synced: 2024-11-07T12:19:45.626Z (about 2 months ago)
- Topics: browser-extension, extension, preview-image
- Language: TypeScript
- Homepage:
- Size: 693 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
preview-large-image
[![Release](https://github.com/liuxingyu521/extension-preview-large-image/actions/workflows/release.yml/badge.svg)](https://github.com/liuxingyu521/extension-preview-large-image/actions/workflows/release.yml)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)---
a browser extension to preview large image![extension-preview-large-image-demo](./demo.gif)
## 🧐 motivation
When I browse some websites, there the interaction with the picture is not very consistent, some have the function of providing a quick view of the big picture, some are fixed size picture layout, can not directly view the actual size of picture. It's annoyed to me.
## 🔧 Install
- go [release](https://github.com/liuxingyu521/extension-preview-large-image/releases) page, and download the `zip` file in Assets area, then decompress the file.
- Open the Chrome browser and go to `chrome://extensions/`, and enable Developer Mode.
- Click the `Load unzipped extensions` button and select the folder you just extracted
## 🎈 Usage
just right click the image element,then select the `preview the large image`
## ⛏️ Built Using
- [Wxt](https://wxt.dev/) - the extension framework
- [viewerjs](https://github.com/fengyuanchen/viewerjs) - preview image tool## ✍️ Authors
- [@liuxingyu521](https://github.com/liuxingyu521) - Idea & Initial work
See also the list of [contributors](https://github.com/liuxingyu521/extension-preview-large-image/contributors) who participated in this project.