Skip to content

HelaineLee/font-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site Font Customizer

한국어

Link

A vanilla JavaScript Chrome extension that changes the font family on selected websites.

Features

  • Pick a default font family from fontChoices in defaults.js.
  • Add a domain manually, such as example.com.
  • Add the currently open site with one click.
  • Pick a different font for each saved site.
  • Enable, disable, or delete domains from the client list.
  • Apply each site's selected font automatically on matching domains and subdomains.

Load In Chrome

  1. Open chrome://extensions.
  2. Turn on Developer mode.
  3. Click Load unpacked.
  4. Select this project folder.

Files

  • manifest.json registers the extension, popup, storage permission, and content script.
  • popup.html, popup.css, and popup.js provide the settings UI.
  • logo.svg and icons/ provide the popup logo and extension icons.
  • content.js applies or removes the selected font on listed sites.
  • defaults.js keeps shared defaults in one place.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors