kno / change-amazon-referal-tag

Quickly build a chrome extension using React and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Referal tag

This is based on this project which is based in this one, please, check it out!

The resulting extension allow you to add desired referal tag while browsing in amazon.

  • Multiple .ts (for chrome scripts) and .tsx (react) entry points
  • Multiple "application/pages" (each .html is an independent React app) as opposed to create-react-app (which is single page by design)
  • Easy to expand (creating new pages or scripts), develop and build

Running locally and loading a build in chrome

Prerequisites

$ yarn/npm install

Running locally

This is used locally during development time.

$ yarn/npm run start

Production build

This is when you need to load or ship your project to chrome.

  1. Build
$ yarn/npm run build
  1. Load the /dist (located in the root folder) folder to chrome.

About

Quickly build a chrome extension using React and TypeScript

License:MIT License


Languages

Language:TypeScript 52.5%Language:SCSS 41.8%Language:HTML 4.3%Language:Shell 1.4%