https://github.com/flybayer/twitter-bookmarks-search
WebExtension that adds ability search all your bookmarked tweets!
https://github.com/flybayer/twitter-bookmarks-search
bookmarks nextjs react twitter webextension
Last synced: 7 months ago
JSON representation
WebExtension that adds ability search all your bookmarked tweets!
- Host: GitHub
- URL: https://github.com/flybayer/twitter-bookmarks-search
- Owner: flybayer
- License: mit
- Created: 2019-11-16T18:07:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T13:27:25.000Z (over 2 years ago)
- Last Synced: 2025-03-04T22:59:25.982Z (7 months ago)
- Topics: bookmarks, nextjs, react, twitter, webextension
- Language: JavaScript
- Size: 1.71 MB
- Stars: 217
- Watchers: 4
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Twitter Bookmarks Search WebExtension
This extension finally adds the ability to search your bookmarked tweets inside Twitter.
- [Install for Chrome or Edge](https://chrome.google.com/webstore/detail/twitter-bookmarks-search/flkokionhgagpmnhlngldhbfnblmenen)
- [Install for Firefox](https://addons.mozilla.org/en-US/firefox/addon/twitter-bookmarks-search-2/)## Contributions
Contributions of all kinds are really appreciated! Issues, pull requests, etc.
## Development
_Requirements_
- macOS
- node
- yarn1. `yarn install`
2. `yarn start`## Production Build
1. `yarn`
2. `yarn buildonly` - (the unpacked extension will be in `out/`)## New Release
1. Increment `version` field in `public/manifest.json`
2. `yarn release` - (the unpacked extension will be in `out/`)
3. Upload `dist/twitter-bookmarks-search-[VERSION].zip` to Chrome & Firefox web stores