Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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?

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