Chrome Extension for adding Custom HTML code in Single Page, All Pages or Domains
yarn install
quasar dev -m bex
Follow the development procedure for chrome and firefox described here: Quasar BEX Build Commands
quasar build -m bex
Follow the production building tutorial here: [Quasar Production BEX Build Commands]](https://quasar.dev/quasar-cli/developing-browser-extensions/build-commands#Building-for-Production)
Current tested in Chrome only. After installation you can browse to any URL and see the extension working.
- A Popup will open when click on the Chrome Extension Icon
- Fill the fields
Field name | Description | Type | Values |
---|---|---|---|
Included URL | Enter the URL in which you want to insert your code in head section. Leave this field blank if you want for all pages | String | https://google.com |
Excluded URL | Enter the URL in which you dont want to insert your code in head section. Comma separated for multiple values | String | https://google.com |
Script and tags to add | Add the script tags you want to add in head section | String | <script src="https://unpkg.com/vue-full-autocomplete" async="true"></script> |
- See the result by inspecting ( Ctrl + Shift + F12 ) and check under head section.
See Configuring quasar.conf.js.
This software is licensed under the MIT.