Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/costineest/tabqr
From current tab URL to a QR code
https://github.com/costineest/tabqr
browser-extension qrcode sveltejs
Last synced: 27 days ago
JSON representation
From current tab URL to a QR code
- Host: GitHub
- URL: https://github.com/costineest/tabqr
- Owner: costinEEST
- Created: 2024-10-15T17:32:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:13:23.000Z (3 months ago)
- Last Synced: 2024-10-27T15:31:23.924Z (3 months ago)
- Topics: browser-extension, qrcode, sveltejs
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI
- `pnpm build:`
# Docs
- https://vite-plugin-web-extension.aklinker1.io/guide/supporting-multiple-browsers.html#dynamic-manifests
# Testing
- In Firefox:
- Open Firefox and go to `about:debugging#/runtime/this-firefox`.
- Click `Load Temporary Add-on...`.
- Select any file in the `dist` directory (like `manifest.json`), and Firefox will load your extension.
- In Chrome:
- Open Chrome and go to `chrome://extensions` and enable `Developer mode`.
- Click `Load unpacked` and select the `dist` folder.
- Test the extension by clicking its icon in the toolbar.