Skip to content
Armand Tresova edited this page May 28, 2022 · 9 revisions

Options

Font Picker

Fonts from Google Fonts are available globally. Changing the font will change the font for all ribbons by injecting the google font in the head of the document (e.g. https://fonts.googleapis.com/css?family=Aclonica&display=swap).

RegExp Support

When this option is enabled the URL fragment can be used with RegExp instead of searching using indexOf. Type your RegExp into the URL fragment field without the boundaries characters. For example if you want /*.google.com/, type *.google.com.

Tab Counter

When this option is enabled the displays the number of open tabs on the extension icon. Color is green when under 10 tabs and red when above. I plan to make this configurable in the future.

Favicon Marker

When this option is enabled the Favicon of the website will be marked with a circle of the same color as the ribbon. This does not work all of the time due to the way some websites generate their favicons. This uses the open source https://github.com/ejci/favico.js library and any issues related to it can be tracked there.

Export & Import

  • To export all ribbons click the "Export" button and save the ribbons.json file.
  • To import ribbons select the previously exported ribbons.json file and click the "Import" button.

WARNING: Importing will override all previously configured ribbons!