All Projects → gildas-lormeau → SingleFile-Lite

gildas-lormeau / SingleFile-Lite

Licence: AGPL-3.0 License
Feel the power of the Manifest V3. The future, right now!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to SingleFile-Lite

Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+7930.91%)
Mutual labels:  screenshot, osint, annotations, snapshot, archive, offline-reading
Spotify Playlist Archive
Daily snapshots of public Spotify playlists
Stars: ✭ 111 (+101.82%)
Mutual labels:  snapshot, archive
freeshooter
This is old-school tool for taking screenshots without bloatware features, simple as life, light as air.
Stars: ✭ 102 (+85.45%)
Mutual labels:  screenshot, snapshot
godot-engine.code-snapshot
A plugin for Godot Engine which will let you take beautified snapshots of your code within the Editor. Configure the frame as you like, with GDScript syntax already highlighted.
Stars: ✭ 32 (-41.82%)
Mutual labels:  screenshot, snapshot
video-snapshot
Get snapshots from a video file in the browser 🎥 🌅
Stars: ✭ 63 (+14.55%)
Mutual labels:  screenshot, snapshot
Swappy
A Wayland native snapshot editing tool, inspired by Snappy on macOS
Stars: ✭ 264 (+380%)
Mutual labels:  screenshot, snapshot
Archivist
A full-stack publishing solution involving different technologies to power digital archives
Stars: ✭ 130 (+136.36%)
Mutual labels:  annotations, archive
Jsdom Screenshot
📸 Take screenshots of jsdom with puppeteer
Stars: ✭ 39 (-29.09%)
Mutual labels:  screenshot, snapshot
Save Page State
A chrome extension to save the state of a page for further analysis
Stars: ✭ 208 (+278.18%)
Mutual labels:  screenshot, snapshot
jest-puppe-shots
A Jest plugin for creating screenshots of React components with a little help of Puppeteer
Stars: ✭ 86 (+56.36%)
Mutual labels:  screenshot, snapshot
vrt-react
Take a screenshot 📸 of React component. Push it and compare images in pull request.
Stars: ✭ 19 (-65.45%)
Mutual labels:  screenshot
SonataAnnotationBundle
Annotations for Sonata Admin
Stars: ✭ 23 (-58.18%)
Mutual labels:  annotations
videojs-annotation-comments
A plugin for video.js to add support for timeline moment/range comments and annotations
Stars: ✭ 129 (+134.55%)
Mutual labels:  annotations
archivebot
💾 A telegram bot for backing up and collecting all kinds of media.
Stars: ✭ 65 (+18.18%)
Mutual labels:  archive
herodotus-core
Content Archiving Software 📜
Stars: ✭ 34 (-38.18%)
Mutual labels:  archive
nativescript-printer
📠 Send an image or the screen contents to a physical printer
Stars: ✭ 33 (-40%)
Mutual labels:  screenshot
username-generation-guide
A definitive guide to generating usernames for OSINT purposes
Stars: ✭ 38 (-30.91%)
Mutual labels:  osint
FisherMan
CLI program that collects information from facebook user profiles via Selenium.
Stars: ✭ 117 (+112.73%)
Mutual labels:  osint
bing-ip2hosts
bingip2hosts is a Bing.com web scraper that discovers websites by IP address
Stars: ✭ 99 (+80%)
Mutual labels:  osint
SteaScree
SteaScree: Steam Cloud Screenshot Uploader
Stars: ✭ 140 (+154.55%)
Mutual labels:  screenshot

SingleFile Lite

This is the new version of SingleFile compatible with the long-awaited Manifest V3!

Manifest V3 logo with a thug font

Don't have any idea what Manifest V3 is? You can find more information in this blog article: https://developer.chrome.com/blog/mv2-transition/

The objective is summarized as follows:

Manifest V3 is more secure, performant, and privacy-preserving than its predecessor. It is an evolution of the extension platform that takes into consideration both the changing web landscape and the future of browser extensions.

Install

SingleFile Lite cannot be downloaded from the Chrome store yet. You can however download the zip file of the project and install it manually by unzipping it somewhere on your disk and following these instructions: https://developer.chrome.com/extensions/getstarted#manifest (omit the manifest creation).

Notable features of SingleFile Lite

features

  • unreliable auto-updates

    With Manifest V2, it was possible to auto-update the extension without breaking the extension. With Manifest V3, it's no longer possible (cf. https://crbug.com/1271154).

  • more RAM intensive

    With Manifest V2, it was possible to efficiently download pages as Blob objects. With Manifest V3, it's no longer possible (cf. https://crbug.com/1224027).

  • more CPU intensive

    With Manifest V2, to reliably use only the power necessary to save a page. With Manifest V3, it's no longer possible (cf. https://crbug.com/1231683).

  • no auto-save

    With Manifest V2, it was possible to process a page in the background. With Manifest V3, it's no longer possible (cf. https://crbug.com/1056354).

  • save time limited to 5 minutes max.

    With Manifest V2, it was possible to process a page for a very long time. With Manifest V3, it's no longer possible (cf. https://crbug.com/1152255).

  • no "Referrer" header injection

    With Manifest V2, it was possible to inject a "Referrer" HTTP header if necessary. With Manifest V3, it's no longer possible (cf. https://crbug.com/1149619).

  • limited support for fonts dynamically loaded with the FontFace API

    With Manifest V2, it was possible to save a page on https://www.theverge.com/ and keep the original fonts. With Manifest V3, it's no longer possible (cf. https://crbug.com/1054624 and https://crbug.com/1207006).

  • and more to come!

Benefits of the Manifest V3

  • none
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].