Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanmylee/simple-extension
A simple cross-browser extension with Svelte as the popup controller.
https://github.com/bryanmylee/simple-extension
chrome-extension firefox-extension svelte web-extension
Last synced: about 1 month ago
JSON representation
A simple cross-browser extension with Svelte as the popup controller.
- Host: GitHub
- URL: https://github.com/bryanmylee/simple-extension
- Owner: bryanmylee
- Created: 2021-12-07T14:44:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T06:14:58.000Z (about 3 years ago)
- Last Synced: 2024-11-11T02:17:01.208Z (3 months ago)
- Topics: chrome-extension, firefox-extension, svelte, web-extension
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple extension
A simple cross-browser extension with Svelte as the popup controller.
## Building
### Chrome
Go to `chrome://extensions/`, and load `./public/` as an unpacked extension.
### Firefox
Go to `about:debugging#/runtime/this-firefox`, and load `./public/manifest.json` as a temporary add-on.
### Safari
Launch Safari, and enable `Develop > Allow Unsigned Extensions`.
Build the project, then run `npm run gen:safari`.
Open the generated `./safari/` project in Xcode and build the application. Then, run the application and enable the extension in Safari preferences.