Skip to content

A cross-platform web browser extension that shows the country of origin on product for popular websites

License

Notifications You must be signed in to change notification settings

luis-c465/made-in

Repository files navigation


Made in Browser Extension

Made In
Browser Extension

A cross-platform web browser extension that shows the country of origin on product for popular websites


CI   PRs welcome   GitHub

Features

  • Support for Amazon search results page Amazon search results page

Browser Support

Chrome Firefox Edge Opera Brave
✔ (Beta)

Quick Start

Ensure you have

Clone the repo

git clone https://github.com/luis-c465/made-in.git

Running the extension

  • pnpm install to install dependencies.

  • pnpm run dev to start the development server.

  • pnpm run build to build an unpacked extension.

  • Load extension in Chrome (Chromium, Manifest V3)

    • Go to the browser address bar and type chrome://extensions
    • Check the Developer Mode button to enable it.
    • Click on the Load Unpacked Extension button.
    • Select your dist folder in the project root.
  • Load extension in Firefox (Manifest V2)

    • Go to the browser address bar and type about://debugger
    • Click on the Load Temporary Add-on button.
    • Select your dist-firefox-v2 folder in the project root.

Available Commands

  • pnpm run clean to remove dist folder. dev and build commands call this command.
  • pnpm run format to fix code with eslint and prettier.
  • pnpm run lint to call ESLint and Prettier.

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

This repository is following the Conventional Commits standard.

About

A cross-platform web browser extension that shows the country of origin on product for popular websites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published