Definitive/current 用于 Chrome 扩展的所有 google 搜索域的列表?
Definitive/current list of all google search domains for use in Chrome extension?
我正在开发一个 Chrome 修改 Google 搜索的扩展,我想将其限制在 Google 搜索域(例如 google.com、google.com.au, google.cn, 等等).
我发现了一个问题 asking for a pattern for this but the match patterns for an extension don't support this 并且需要 DNS 名称的最后一部分;所以我们坚持要求每个 Google 搜索域的列表。 Internet 上有一些用户精选列表,但我找不到由 Google 发布或保持最新状态的列表。有什么指点吗?
编辑
有趣的是,当我在清单中使用来自 https://github.com/dyne/domain-list/blob/master/data/google 的列表时,它在 Chrome 扩展中显示为 "Read and change your data on all google.com sites" 这让我想知道是否没有特殊匹配模式,例如 <all_urls>
用于 google.com 域。
您可以从 https://www.google.com/supported_domains 获取该列表作为纯文本文件。它目前有 193 个条目。
我正在开发一个 Chrome 修改 Google 搜索的扩展,我想将其限制在 Google 搜索域(例如 google.com、google.com.au, google.cn, 等等).
我发现了一个问题 asking for a pattern for this but the match patterns for an extension don't support this 并且需要 DNS 名称的最后一部分;所以我们坚持要求每个 Google 搜索域的列表。 Internet 上有一些用户精选列表,但我找不到由 Google 发布或保持最新状态的列表。有什么指点吗?
编辑
有趣的是,当我在清单中使用来自 https://github.com/dyne/domain-list/blob/master/data/google 的列表时,它在 Chrome 扩展中显示为 "Read and change your data on all google.com sites" 这让我想知道是否没有特殊匹配模式,例如 <all_urls>
用于 google.com 域。
您可以从 https://www.google.com/supported_domains 获取该列表作为纯文本文件。它目前有 193 个条目。