https://github.com/archeb/pageclipper
https://github.com/archeb/pageclipper
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/archeb/pageclipper
- Owner: Archeb
- License: agpl-3.0
- Created: 2024-01-20T13:54:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T10:36:47.000Z (over 2 years ago)
- Last Synced: 2025-03-11T18:57:14.161Z (over 1 year ago)
- Language: JavaScript
- Size: 4.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# SingleFile MV3
This is the (future) new version of
[SingleFile](https://github.com/gildas-lormeau/SingleFile) compatible with the
Manifest V3.
## Install
SingleFile MV3 cannot be downloaded from the Chrome store yet. You can however
download the
[zip file](https://github.com/gildas-lormeau/SingleFile-MV3/archive/refs/heads/main.zip)
of the project and install it manually by unzipping it somewhere on your disk
and following these instructions:
https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked.
## Blocking Issues
- **unreliable auto-updates**, cf. https://crbug.com/1271154
## Benefits of the Manifest V3
- Ability to save frames with `src` using `blob:` or `data:` protocols via
[`match_origin_as_fallback`](https://developer.chrome.com/docs/extensions/mv3/content_scripts/#match_origin_as_fallback).
- Sidebar integration like in Firefox and Opera