Displays the current card information for Domain Format in YGOProCard site.
A chrome/edge extension tools built with Vite + Vanilla-ts, and Manifest v3
TBA
- Check if your
Node.jsversion is >= 14. - Change or configurate the name of your extension on
src/manifest. - Run
npm installto install the dependencies.
run the command
$ cd domain-format-information
$ npm run dev- set your Chrome browser 'Developer mode' up
- click 'Load unpacked', and select
domain-format-information/buildfolder
- Go to
src/manifest.tsto enable popup/options page. - Access
http://localhost:3000/ - When debugging popup page, open
/popup.html - When debugging options page, open
/options.html
After the development of your extension run the command
$ npm buildNow, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Generated by create-chrome-ext