Search Patterns
Chrome extension for search listening on Google
什么是Search Patterns?
Search Patterns是由Search Patterns开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for search listening on Google”。
扩展截图
下载Search Patterns扩展crx文件
下载Search Patterns扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SearchPatterns uses Google, Youtube Autosuggest and linguistics to uncover popular and often interesting queries around a topic. It is a free search listening tool and an free alternative to AnswerThePublic. 扩展基本信息
| 名称 | |
| ID | hjlahhonnlceifaecpjejlhhgjkipnbj |
| 官方URL | https://chromewebstore.google.com/detail/search-patterns/hjlahhonnlceifaecpjejlhhgjkipnbj |
| 简介 | Chrome extension for search listening on Google |
| 文件大小 | 1.13 MB |
| 安装次数 | 202 |
| 当前版本 | 0.3 |
| 更新时间 | 2024-02-10 |
| 上架时间 | 2021-02-12 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Search Patterns |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.searchpatterns.cc/ |
| 帮助页面URL | https://www.searchpatterns.cc/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Search Patterns",
"description": "Chrome extension for search listening on Google",
"version": "0.3",
"action": {
"default_icon": "icons\/favicon-32x32.png",
"icons": {
"32": "icons\/favicon-32x32.png",
"192": "icons\/favicon-192x192.png"
}
},
"icons": {
"32": "icons\/favicon-32x32.png",
"128": "icons\/favicon-128x128.png"
},
"host_permissions": [
"https:\/\/www.google.com\/",
"https:\/\/www.usepatterns.com\/",
"https:\/\/www.google-analytics.com\/"
],
"background": {
"service_worker": "background.js"
}
} | |