Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actionless/firefox_search_urban_dictionary
Firefox search provider for Urban Dictionary
https://github.com/actionless/firefox_search_urban_dictionary
firefox firefox-add-ons firefox-addon firefox-addons firefox-extension firefox-extensions firefox-webextension urban-dictionary
Last synced: 19 days ago
JSON representation
Firefox search provider for Urban Dictionary
- Host: GitHub
- URL: https://github.com/actionless/firefox_search_urban_dictionary
- Owner: actionless
- License: mpl-2.0
- Created: 2023-11-12T06:50:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-12T07:17:14.000Z (about 1 year ago)
- Last Synced: 2024-11-18T02:18:09.518Z (3 months ago)
- Topics: firefox, firefox-add-ons, firefox-addon, firefox-addons, firefox-extension, firefox-extensions, firefox-webextension, urban-dictionary
- Language: Shell
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/search_urban_dictionary/
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# search_urban_dictionary firefox extension
Search provider for [Urban Dictionary](https://www.urbandictionary.com/). Bound to `u` search keyword by default.Good and easy example of firefox search extension using [`chrome_settings_overrides`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides).
## configuration
You can edit the URL or customize name in `./manifest.json`.
Icons can be just replaced in `./icons/` directory before the build.
## dependencies
- `sh`
- `7z`
- [optional] `jq` (to generate version in built file)## build
To build an extension just run `./build.sh`. That will generate `.xpi` extension in the current directory.
## usage
1) sign the addon: https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/#signing-your-addons
2) open [about:addons](about:addons), "Install add-on from file..."
3) enjoy it