https://github.com/medartus/tldr-it-extension
TLDR it is a Free online community based text summarizing tool that condenses long articles into key summary paragraphs
https://github.com/medartus/tldr-it-extension
ai community-project extension-chrome summarization
Last synced: 5 months ago
JSON representation
TLDR it is a Free online community based text summarizing tool that condenses long articles into key summary paragraphs
- Host: GitHub
- URL: https://github.com/medartus/tldr-it-extension
- Owner: medartus
- Created: 2021-12-18T16:33:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T10:38:32.000Z (about 3 years ago)
- Last Synced: 2025-04-01T03:41:34.653Z (6 months ago)
- Topics: ai, community-project, extension-chrome, summarization
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tldr-it-extension [](https://twitter.com/intent/tweet?text=Yay!!%20I%20found%20this%20open%20source%20chrome%20extension%20to%20summarize%20articles%20for%20free!%20%0ACheck%20it%20out%20-%20&url=https://cutt.ly/HU7S17w&hashtags=tldrit,productivity,free,github,oss,opensource)
**TLDR it** is a Free online community based text summarizing tool that condenses long articles into key summary paragraphs
## Development
Run the following to build the code:
```
yarn install
yarn start #For local development
#or
yarn build #For production release
```This will generate the bundle and other required files in ./dist directory.
Load the generated chrome extension in chrome by `Menu (⋮) -> More Tools -> Extensions` and then click on `LOAD UNPACKED` and select the dist folder.
Chrome extension is loaded and ready to use.## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!