mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Add Google Scholar search engine
This commit is contained in:
parent
11b208c2a2
commit
ddb2004314
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ const DEFAULTS = o({
|
|||
"searchengine": "google",
|
||||
"searchurls": o({
|
||||
"google":"https://www.google.com/search?q=",
|
||||
"scholar":"https://scholar.google.com/scholar?q=",
|
||||
"googleuk":"https://www.google.co.uk/search?q=",
|
||||
"bing":"https://www.bing.com/search?q=",
|
||||
"duckduckgo":"https://duckduckgo.com/?q=",
|
||||
|
|
Loading…
Add table
Reference in a new issue