Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darraghoriordan/creator-consumer-chrome-ext
Are you going to be a creator or a consumer today?
https://github.com/darraghoriordan/creator-consumer-chrome-ext
Last synced: 4 days ago
JSON representation
Are you going to be a creator or a consumer today?
- Host: GitHub
- URL: https://github.com/darraghoriordan/creator-consumer-chrome-ext
- Owner: darraghoriordan
- Created: 2017-11-01T05:20:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T10:06:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T23:24:08.169Z (about 2 months ago)
- Language: TypeScript
- Size: 512 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cruhahore
Stop consuming. Start creating. Break free from addictive social media
started with https://github.com/chibat/chrome-extension-typescript-starter
Turns off some hooks on social media sites.
Trialed some greyscaling but didn't finish it!## Prerequisites
* [node + npm](https://nodejs.org/) (Current Version)
## Optional
* [Visual Studio Code](https://code.visualstudio.com/)
## Includes the following
* TypeScript
* Webpack
* Moment.js
* jQuery
* Example Code
* Chrome Storage
* Options Version 2
* content script
* count up badge number
* background## Project Structure
* src: TypeScript source files
* dist: Chrome Extension directory
* dist/js: Generated JavaScript files## Setup
```
npm install
```## Import as Visual Studio Code project
...
## Build by watch mode
### terminal
```
npm run build
```### Visual Studio Code
Run watch mode.
type `Ctrl + Shift + B`
## Load extension to chrome
Load `dist` directory