hpedrorodrigues / site-indicator

A chrome extension to help quickly identify websites

Home Page:https://chromewebstore.google.com/detail/site-indicator/jpipimaonfgahpepmjnhbbafgceikfal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site Indicator

A tiny extension to help me learn more about AntD and how extensions work.

Boilerplate used to create this project: Chrome Extension (MV3) Boilerplate with React 18 and Webpack 5.

Installing and Running

  1. Install dependencies with npm ci.
  2. Run the local web server with npm start.
  3. Load the extension on Brave/Chrome:
    1. Access the extensions page (e.g., brave://extensions, chrome://extensions).
    2. Check Developer mode.
    3. Click on Load unpacked.
    4. Select the build folder.

Release process

In order to release a new version, follow these steps:

  1. Update the version in package.json.
  2. Run npm install (this will update the lock file).
  3. Create a tag in GitHub with the pattern v* (use the same version declared in package.json).
    • e.g., git tag v<version> && git push origin v<version>

About

A chrome extension to help quickly identify websites

https://chromewebstore.google.com/detail/site-indicator/jpipimaonfgahpepmjnhbbafgceikfal

License:Apache License 2.0


Languages

Language:TypeScript 63.4%Language:JavaScript 35.0%Language:CSS 0.8%Language:HTML 0.8%