Google's Patents Search
Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.
什么是Google's Patents Search?
Google's Patents Search是由Suvaance开发的Chrome扩展程序,该扩展的主要功能是“Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.”。
扩展截图
下载Google's Patents Search扩展crx文件
下载Google's Patents Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds Google's Patents Search Directly to your Context Menu. Search for patents assigned to Google for your keywords.
★ Select your keywords in a page & right click
★ "Search Google's Patents for '....' " will appear in the context menu
★ Clicking that will take you to a Google's Patents Search Result Page
for your selected keywords in a new tab
It will be helpful for SEO professionals or Digital Marketing Experts to quickly find out patents assigned to Google with just a click. 扩展基本信息
| 名称 | |
| ID | lcnabdpphkghomckjgbbngnbobgpnlnf |
| 官方URL | https://chromewebstore.google.com/detail/googles-patents-search/lcnabdpphkghomckjgbbngnbobgpnlnf |
| 简介 | Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents. |
| 文件大小 | 44.59 KB |
| 安装次数 | 93 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-11-24 |
| 上架时间 | 2020-09-16 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Suvaance |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.suvaance.com/ |
| 帮助页面URL | https://www.suvaance.com/tools/chrome-extensions/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google's Patents Search",
"description": "Adds Google's Patents Search Directly to The Context Menu. Select your keywords in a page & right click to search Google's patents.",
"version": "1.0",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"patentsearch.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |