Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T13:27:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T00:36:27.059Z (14 days ago)
- Topics: bookmarks, nextjs, react, twitter, webextension
- Language: JavaScript
- Size: 1.71 MB
- Stars: 215
- Watchers: 4
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Twitter Bookmarks Search Logo](https://github.com/flybayer/twitter-bookmarks-search/blob/master/marketing-assets/promo-marquee.png)
# 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