Skip to content

Zefile8/domain-format-information

 
 

Repository files navigation

Domain Format Information

Displays the current card information for Domain Format in YGOProCard site.

A chrome/edge extension tools built with Vite + Vanilla-ts, and Manifest v3

Installing (For Users)

TBA

Installing (For Developers)

  1. Check if your Node.js version is >= 14.
  2. Change or configurate the name of your extension on src/manifest.
  3. Run npm install to install the dependencies.

Developing

run the command

$ cd domain-format-information

$ npm run dev

Chrome Extension Developer Mode

  1. set your Chrome browser 'Developer mode' up
  2. click 'Load unpacked', and select domain-format-information/build folder

Nomal FrontEnd Developer Mode

  1. Go to src/manifest.ts to enable popup/options page.
  2. Access http://localhost:3000/
  3. When debugging popup page, open /popup.html
  4. When debugging options page, open /options.html

Packing

After the development of your extension run the command

$ npm build

Now, 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 69.6%
  • JavaScript 23.1%
  • CSS 5.2%
  • HTML 2.1%