https://github.com/ygev/grabby
A Chrome extension that converts and saves webfonts to desktop. I don't condone piracy, but sometimes trial fonts aren't available.
https://github.com/ygev/grabby
chrome-extension font-download piracy saves-webfonts webfont-generator
Last synced: 27 days ago
JSON representation
A Chrome extension that converts and saves webfonts to desktop. I don't condone piracy, but sometimes trial fonts aren't available.
- Host: GitHub
- URL: https://github.com/ygev/grabby
- Owner: ygev
- License: mit
- Created: 2019-09-16T12:48:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T22:11:53.000Z (over 1 year ago)
- Last Synced: 2025-05-07T04:57:56.686Z (27 days ago)
- Topics: chrome-extension, font-download, piracy, saves-webfonts, webfont-generator
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Banditto
A Chrome extension that converts and saves webfonts to desktop.
## Setup
- Download this code from Github
- In Chrome, go to `chrome://extensions`
- Check the "Developer Mode" toggle in the top-right corner
- Click Load Unpacked
- Select the folder for this repository## Usage
Right click on the element, then click "Download Webfont".
## To-Do
- Levenshtein sequence for font-family detection
- Conversion to TTF upon download.
- Some sites encode their fonts in base64, so a built-in decoder for that case.## Known Bugs
- While loop doesn't break and destroys entire websites.