Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianklug/sysearch
Mediawiki search browser addon
https://github.com/gianklug/sysearch
Last synced: 7 days ago
JSON representation
Mediawiki search browser addon
- Host: GitHub
- URL: https://github.com/gianklug/sysearch
- Owner: gianklug
- License: gpl-3.0
- Created: 2023-07-12T18:03:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:03:44.000Z (over 1 year ago)
- Last Synced: 2023-08-27T21:23:56.412Z (about 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sysearch
===
Search inside multiple MediaWiki instances
# Installation from an extension store
The extension was pushed to the **Mozilla Add On Store** and to the **Chrome Webstore**
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/sysearch/)
* [Chrome](https://chrome.google.com/webstore/detail/sysearch/amjmbmfckmkkjmjpnkcpbjdihjidgbmj)
# Manual Installation
## Firefox
The addon has to be installed every time firefox starts as it hasn't been verified and published to the mozilla store.
1. Run `make firefox` to build the addon
2. Open `about:debugging` and click on "This Firefox"
3. Click on "Load Temporary Add-on..." and select the `build/firefox/manifest.json`
4. The addon should now show up in the address bar
## Chromium based Browsers
The addon can be installed from the local build folder or downloaded from the chrome web store (future)
1. Run `make chromium` to build the plugin
2. Go to `chrome://extensions` and enable developer mode
3. Select "Open unpacked extension" and select the `build/chromium` folder
4. The extension should now show up in the address bar