Added bookmarks widget.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
autofocus: true
|
||||
placeholder: 검색어를 입력해 주세요.
|
||||
bangs:
|
||||
- title: ChatGPT
|
||||
shortcut: "!chat"
|
||||
url: https://chatgpt.com/?q={QUERY}
|
||||
- title: YouTube
|
||||
shortcut: "!yt"
|
||||
url: https://youtube.com/results?search_query={QUERY}
|
||||
@@ -17,6 +20,9 @@
|
||||
- title: Reddit
|
||||
shortcut: "!reddit"
|
||||
url: https://reddit.com/search?q={QUERY}
|
||||
- title: StackOverflow
|
||||
shortcut: "!so"
|
||||
url: https://stackoverflow.com/search?q={QUERY}
|
||||
- title: Docker Hub
|
||||
shortcut: "!docker"
|
||||
url: https://hub.docker.com/search?q={QUERY}
|
||||
@@ -29,6 +35,6 @@
|
||||
- title: PyPI
|
||||
shortcut: "!py"
|
||||
url: https://pypi.org/search/?q={QUERY}
|
||||
- title: StackOverflow
|
||||
shortcut: "!so"
|
||||
url: https://stackoverflow.com/search?q={QUERY}
|
||||
- title: Pub.dev
|
||||
shortcut: "!flutter"
|
||||
url: https://pub.dev/packages?q={QUERY}
|
||||
|
||||
Reference in New Issue
Block a user