Skip to content

nuxtlabs/vue-telescope-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51192b6 · Apr 6, 2024
May 7, 2020
Jun 19, 2023
Jun 19, 2023
Apr 13, 2023
Apr 6, 2024
Apr 3, 2020
Jul 13, 2020
Jul 13, 2020
Apr 13, 2023
Jun 19, 2023
Apr 9, 2021
Jun 19, 2023
Apr 6, 2024
Apr 6, 2024
Sep 8, 2020
Sep 8, 2020
Apr 6, 2024

Repository files navigation

Vue Telescope Browser Extensions

Browser extensions for Vue Telescope: available on Chrome, Firefox and Edge.

Chrome Addon Firefox Addon Edge Addon

Extension Screenshot

Installation

Manual installation

Chrome

  1. Download the extension (.zip)
  2. Unzip it
  3. Enter chrome://extensions in the URL bar
  4. Enable the developer mode (toggle at the top right)
  5. Click on "Load unpacked" button and select the unzipped directory
  6. That's it ✨ ! We recommend to pin the extension to quickly discover if a website uses Vue.js.

vt-chrome-extension

Firefox

  1. Download the extension (.zip)
  2. Enter about:debugging in the URL bar
  3. Go to "This Firefox" section
  4. Click on "Load Temporary Add-on" and select the zip
  5. That's it ✨!

vt-firefox-extension

Development

Setup

Make sure to have Yarn installed.

After cloning the repository, install the dependencies:

yarn install

Launch the project with:

yarn dev

To have a preview in Chrome, you have to go to: chrome://extensions/, then enable developer mode (toggle at top right), then click on "Load unpacked" button and select the dist directory created.

The extension will be automatically reloaded each time you make a change thanks to HMR.

Build

To build the extension you have to run:

yarn build

and then:

yarn build-zip

You will obtain a zip file inside dist-zip directory you can upload to the Chrome and Firefox webstore.

License

MIT