Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimimikadze/focused
A Google Chrome extension that will improve your focus and increase productivity by blocking distracting websites while working or studying.
https://github.com/dimimikadze/focused
browser-extension chrome-extensions jest productivity puppeteer typescript webpack
Last synced: 8 days ago
JSON representation
A Google Chrome extension that will improve your focus and increase productivity by blocking distracting websites while working or studying.
- Host: GitHub
- URL: https://github.com/dimimikadze/focused
- Owner: DimiMikadze
- License: mit
- Created: 2020-09-25T10:12:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T07:52:41.000Z (about 4 years ago)
- Last Synced: 2023-03-03T01:09:52.357Z (over 1 year ago)
- Topics: browser-extension, chrome-extensions, jest, productivity, puppeteer, typescript, webpack
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/focused/nhmfobpmgblnndffibohjdlpjdcpmcel
- Size: 227 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Focused ·
Focused is a Google Chrome extension that will improve your focus and increase productivity by blocking distracting websites while working or studying.
- **Simple to use:** Just add website domains to the blocked list once, and the extension will prevent you from visiting them. After work, you can turn off the focus mode and surf the internet without limitation.
- **Privacy Friendly:** A list of the blocked websites is being saved only in your Browser storage. Therefore only you have access to it.
- **Lightweight:** The final build of the extension is very lightweight and comes with zero dependencies.## Installation
Click here to install an extension from Chrome Web Store.
## Running local copy
- Clone the repository and install the dependencies with `yarn` or `npm install`.
- Create the initial bundle with `yarn build` or `npm run build`.
- Run the project in development mode by running `yarn start` or `npm start`.
- Navigate to the Chrome extensions page, and enable **Developer mode**.
- Click the **LOAD UNPACKED** button and select the extension's build folder.## Running tests
E2E and Unit tests are built with Puppeteer and Jest, and they can be run by the following commands:
- `yarn test:e2e` or `npm run test:e2e`
- `yarn test:unit` or `npm run test:unit`## Build for the Chrome Web Store
`yarn build` or `npm run build`
Builds the app for production to the build folder by minimizing and optimizing it for the best performance.
## Contributing
Please read our [Contributing Guide](./CONTRIBUTING.md) before submitting a Pull Request to the project.
## License
Focused is [MIT licensed](./LICENSE).