Browse Source

add search

master
Yasuhiro Yamaguchi 4 years ago
parent
commit
b5c9c099f5
  1. 17
      data/search.json

17
data/search.json

@ -7,7 +7,7 @@
},
{
"name": "arXiv",
"url": "https://arxiv.org/search/?query=",
"url": "https://arxiv.org/search/?searchtype=all&abstracts=show&order=-announced_date_first&size=50&query=",
"prefix": "/ax"
},
{
@ -15,6 +15,11 @@
"url": "https://duckduckgo.com/?q=",
"prefix": "/dd"
},
{
"name": "Dnote",
"url": "https://dnote.altescy.jp/?q=",
"prefix": "/dn"
},
{
"name": "GitHub",
"url": "https://github.com/search?q=",
@ -30,6 +35,11 @@
"url": "https://www.qwant.com/?q=",
"prefix": "/qw"
},
{
"name": "Scrapbox",
"url": "https://scrapbox.io/altescy/search/page?q=",
"prefix": "/sb"
},
{
"name": "Soundcloud",
"url": "https://soundcloud.com/search?q=",
@ -45,6 +55,11 @@
"url": "https://twitter.com/search?q=",
"prefix": "/tw"
},
{
"name": "Wikipedia",
"url": "https://ja.wikipedia.org/w/index.php?search=",
"prefix": "/wp"
},
{
"name": "YouTube",
"url": "https://youtube.com/results?search_query=",

Loading…
Cancel
Save