An open API service indexing awesome lists of open source software.

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.

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.