Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miyaoka/twitter-search-from-account

chrome extension for twitter search
https://github.com/miyaoka/twitter-search-from-account

chrome-extension twitter

Last synced: 6 days ago
JSON representation

chrome extension for twitter search

Awesome Lists containing this project

README

        

# Twitter search from account

Auto input search params.

## Usage

Text will be inserted when focusing search input.

### on profile page

- url: `https://twitter.com/[accountId]`
- input: `from:[accountId]`

### on status page

- url: `https://twitter.com/[accountId]/status/[statusId]`
- input: `from:[accountId] until:[YYYY-MM-DD_hh:mm:ss]_UTC`

## development

### setup

- yarn

### dev

- yarn dev

### Load extension

- open `chrome://extensions/`
- click `Load unpacked` button and select `./dist` directory