Edit on playcode.io
Last active
April 29, 2024 08:42
-
-
Save xhiroga/8d1d675092958a80ec01ec97fe46fb43 to your computer and use it in GitHub Desktop.
My Selection Search Options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"searchEngines": [ | |
{ | |
"name": "Google", | |
"url": "http://google.com/search?q=%s" | |
}, | |
{ | |
"name": "Youtube", | |
"url": "http://www.youtube.com/results?search_query=%s" | |
}, | |
{ | |
"name": "Twitter", | |
"url": "https://twitter.com/search?q=%s&src=typed_query&f=live" | |
}, | |
{ | |
"is_separator": true | |
}, | |
{ | |
"name": "Connected Papers", | |
"url": "https://www.connectedpapers.com/search?q=%s" | |
}, | |
{ | |
"name": "Papers With Code", | |
"url": "https://paperswithcode.com/search?q=" | |
}, | |
{ | |
"is_separator": true | |
}, | |
{ | |
"name": "Google Translate", | |
"url": "https://translate.google.com/?sl=auto&tl=ja&text=%s" | |
}, | |
{ | |
"name": "Etymonline", | |
"url": "https://www.etymonline.com/search?q=%s" | |
}, | |
{ | |
"name": "Immersion Kit", | |
"url": "https://www.immersionkit.com/dictionary?keyword=%s" | |
}, | |
{ | |
"name": "Merriam-Webster", | |
"url": "https://www.merriam-webster.com/dictionary/%s" | |
}, | |
{ | |
"name": "SubDict", | |
"url": "https://subdict.org/Dictionary/%s" | |
}, | |
{ | |
"name": "英ナビ", | |
"url": "https://www.ei-navi.jp/dictionary/content/%s" | |
}, | |
{ | |
"name": "英辞郎", | |
"url": "https://eow.alc.co.jp/search?q=%s" | |
}, | |
{ | |
"name": "ゴガクル", | |
"url": "https://gogakuru.com/index.php?flow=enSearchGenre&condKeyword=%s" | |
} | |
], | |
"styleSheet": "", | |
"options": { | |
"button": 0, | |
"newtab": true, | |
"activator": "click", | |
"remove_icons": "no", | |
"show_in_inputs": true, | |
"background_tab": true, | |
"k_and_m_combo": [ | |
17, | |
0 | |
], | |
"context_menu": "disabled", | |
"toolbar_popup": "enabled", | |
"toolbar_popup_style": "default", | |
"toolbar_popup_hotkeys": false, | |
"toolbar_popup_suggestions": true, | |
"separate_menus": false, | |
"hide_on_click": false, | |
"disable_formextractor": false, | |
"open_on_dblclick": false, | |
"dblclick_in_inputs": true, | |
"open_new_tab_last": false, | |
"disable_effects": false, | |
"auto_popup_relative_to_mouse": false, | |
"auto_popup_show_menu_directly": false, | |
"auto_popup_in_inputs": false, | |
"activator_combo": [], | |
"show_tooltips": false, | |
"circular_menu": false, | |
"sort_by_click": false, | |
"selection_length_limit": -1, | |
"auto_hide_delay": 0, | |
"auto_open_delay": 300, | |
"hide_on_scroll": false, | |
"selection_allow_newline": false, | |
"use_whitelist": false, | |
"use_blacklist_for_hotkeys": true | |
}, | |
"VERSION": "0.8.64" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment