All Projects → nuxtlabs → vue-telescope-extensions

nuxtlabs / vue-telescope-extensions

Licence: GPL-3.0 license
Browser extensions for Vue Telescope

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-telescope-extensions

Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+16503.31%)
Mutual labels:  browser-extension, quasar-framework
Vue Svg Inline Loader
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
Stars: ✭ 105 (-13.22%)
Mutual labels:  nuxt, quasar-framework
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (-70.25%)
Mutual labels:  nuxt, quasar-framework
Vue Telescope Analyzer
Detect Vue technologies running on a website ✨
Stars: ✭ 117 (-3.31%)
Mutual labels:  nuxt, quasar-framework
awesome-nuxt
🎉 A curated list of awesome things related to Nuxt.js
Stars: ✭ 17 (-85.95%)
Mutual labels:  nuxt, vuepress
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+2028.93%)
Mutual labels:  nuxt, vuepress
vuepress-creator
A lightweight creator for VuePress project.
Stars: ✭ 23 (-80.99%)
Mutual labels:  vuepress
quasar-manage
基于 Quasar-cli 的中后台前端解决方案
Stars: ✭ 62 (-48.76%)
Mutual labels:  quasar-framework
inject-jyutping
A browser extension that adds Cantonese pronunciation (Jyutping) on Chinese characters
Stars: ✭ 33 (-72.73%)
Mutual labels:  browser-extension
supplebox
Rails×Nuxt製プロテイン口コミ共有サービス「SuppleBox(サプリボックス)」
Stars: ✭ 22 (-81.82%)
Mutual labels:  nuxt
speckle-browser-extension
Universal browser extension for Web 3 and the Polkadot ecosystem
Stars: ✭ 28 (-76.86%)
Mutual labels:  browser-extension
colorful-qrcode
Simple & colorful QR code generator with chrome extension
Stars: ✭ 13 (-89.26%)
Mutual labels:  browser-extension
gridsome-source-sanity
Sanity source plugin for Gridsome
Stars: ✭ 18 (-85.12%)
Mutual labels:  gridsome
gridsome-plugin-flexsearch
Add lightning fast search to Gridsome with FlexSearch
Stars: ✭ 25 (-79.34%)
Mutual labels:  gridsome
soundfixer
A WebExtension that lets you fix sound problems in e.g. YouTube videos
Stars: ✭ 102 (-15.7%)
Mutual labels:  browser-extension
Twitter-Links-beta
A browser extension to show the latest tweets that link to the current page.
Stars: ✭ 70 (-42.15%)
Mutual labels:  browser-extension
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (-42.15%)
Mutual labels:  vuepress
native-messaging
Native Messaging Host Protocol for Browser Extensions
Stars: ✭ 40 (-66.94%)
Mutual labels:  browser-extension
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (-44.63%)
Mutual labels:  nuxt
vue-cli-plugin-quasar
Quasar Framework Vue CLI plugin
Stars: ✭ 66 (-45.45%)
Mutual labels:  quasar-framework

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].