A Chrome extension to simplify tag management on Patreon creator pages.
- Adds a custom tag input interface to Patreon creator pages
- Allows quick addition of multiple tags from predefined sets
- Automatically adapts to Patreon's light and dark themes
I will post the link when it is available on the Chrome Web Store.
- Navigate to your Patreon creator page
- Look for the new tag input interface below the original tag input field
- Select a predefined tag set from the dropdown menu
- Click "Add Tags" to instantly add the selected tags to your Patreon post
To add or modify tag sets:
- Click on the extension icon in Chrome
- Use the provided interface to manage your tag sets
This extension is built using TypeScript. To set up the development environment:
- Install dependencies:
npm install
- Compile TypeScript:
npm run build
MIT