如何在Chrome中创建URL快捷方式?


Answers:


83

您可以通过利用Google Chrome浏览器中的“ 自定义搜索引擎”功能来创建简单的URL快捷方式来实现。即使应使用它为自定义搜索引擎创建快捷方式,也可以使用它为任何URL创建快捷方式。

  1. 右键单击Google Chrome浏览器中的地址栏,然后单击Edit search engines...(或chrome://settings/searchEngines在地址栏中键入 )。

  2. Other search engines表格中,向下滚动,然后单击Add a new search engine空白框。

    • Add a new search engine框中,键入快捷方式的名称(即bar)。
    • Keyword框中,键入快捷方式关键字(即 foo)。
    • URL with %s in place of query框中,输入网站的URL(即http://bar.com)。

然后,如果您foo在地址栏中输入关键字,bar则会弹出名为的建议,然后通过单击Enter将您重定向到http://bar.com


4
%s参数对于您经常使用的Webtools非常有用。例如,将关键字设置为ru(reddit用户),并将URL设置为https://reddit.com/u/%s。然后快速扩展到https://redditcom/u/fred,只需在地址栏中键入:ru fred
Donn Lee

1

您可以使用Requestly chrome + firefox扩展程序来设置URL快捷方式。

跟着这些步骤:

  1. 请求安装。
  2. 创建一个新的重定向规则。
  3. 将源和目标定义为

    Request Url -> Contains -> https://www.google.com/search?q=foo&
    Destination -> https://bar.com
    

这是设置规则的屏幕截图:

屏幕截图

您也可以使用正则表达式仅在与正则表达式匹配的某些类型的值上进行重定向。这个由Requestly创始人撰写的答案说明了如何使用正则表达式基于正则表达式匹配进行重定向。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.