feat(web): Add Google Scholar
Co-authored-by: Randall White <N3M0-22@pm.me>
This commit is contained in:
parent
63e51a83eb
commit
f382690b28
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@
|
|||
matches: ["gn"],
|
||||
queries: [(name: "News", query: "google.com/news?q=")]
|
||||
),
|
||||
(
|
||||
matches: ["gsc", "scholar"],
|
||||
queries: [(name: "Google Scholar", query: "google.com/scholar?q=")]
|
||||
),
|
||||
(
|
||||
matches: ["lib"],
|
||||
queries: [(name: "Libraries.io", query: "libraries.io/search?q=")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue