Vue Telescope Extensions
Theme by
Nuxtlabs |Updated:
6 Apr 2024
|168 Stars
Browser extensions for Vue Telescope
Categories
Overview
The Vue Telescope Browser Extensions are available for Chrome, Firefox, and Edge. These extensions provide additional functionality for the Vue Telescope, allowing users to easily discover if a website uses Vue.js.
Features
- Chrome Addon: Extension available for Chrome.
- Firefox Addon: Extension available for Firefox.
- Edge Addon: Extension available for Microsoft Edge.
Installation
To install the Vue Telescope Browser Extensions, follow these steps:
Chrome:
- Download the extension (.zip) file.
- Unzip the file.
- Enter
chrome://extensions
in the URL bar. - Enable developer mode by toggling the switch at the top right.
- Click on the “Load unpacked” button and select the unzipped directory.
- Pin the extension for quick access.
Firefox:
- Download the extension (.zip) file.
- Enter
about:debugging
in the URL bar. - Go to the “This Firefox” section.
- Click on “Load Temporary Add-on” and select the zip file.
Manual installation:
- Download the extension (.zip) file.
- Unzip it.
- Enter
chrome://extensions
in the URL bar. - Enable developer mode by toggling the switch at the top right.
- Click on the “Load unpacked” button and select the unzipped directory.
Development:
To set up the development environment:
- Make sure you have Yarn installed.
- Clone the repository.
- Install the dependencies.
- Launch the project.
- To preview in Chrome, go to
chrome://extensions/
, enable developer mode, and click on “Load unpacked” button, selecting the dist
directory created. - The extension will automatically reload after making changes.
To build the extension:
- Run the build command.
- Obtain a zip file inside the
dist-zip
directory, suitable for uploading to the Chrome and Firefox webstore.
Summary
The Vue Telescope Browser Extensions provide additional functionality for the Vue Telescope on Chrome, Firefox, and Edge. The extensions can be installed and loaded manually, and a development environment is available for making changes and building the extension. The extensions are released under the MIT license.