mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
12 lines
497 B
Markdown
12 lines
497 B
Markdown
# discogs-search
|
|
|
|
## What it does
|
|
|
|
This add-on adds a search engine to the browser, that sends the search term to the [discogs.com](https://discogs.com) website.
|
|
|
|
It also adds a keyword "disc", so you can type "disc Model 500" and get the discogs search engine without having to select it.
|
|
|
|
## What it shows
|
|
|
|
How to use the [`chrome_settings_overrides`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides) manifest key to define a new search engine.
|