This is a Chrome extension that allows you to save Twitter lists for easy access.
To build the extension, you need to have Node.js and npm installed on your machine. Once you have these installed, follow these steps:
- Clone this repository to your local machine.
- Navigate to the cloned repository in your terminal.
- Run
npm install
to install the necessary dependencies. - Run
npm run build
to build the extension. This will create adist
directory with the built extension.
To install the extension, follow these steps:
- Navigate to
chrome://extensions
in your Chrome browser. Alternatively, you can open this page by clicking on the Extensions menu button and selecting Manage Extensions at the bottom of the menu. - Enable Developer Mode by clicking the toggle switch next to Developer Mode.
- Click the LOAD UNPACKED button and select the
dist
directory that was created when you built the extension.
You should now see the Saved Twitter Lists extension in your list of installed extensions.
Once installed, you can use the extension by clicking on its icon in the extensions bar. This will open a popup where you can manage your saved Twitter lists.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the terms of the MIT license.