Search on PatSnap
As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.
什么是Search on PatSnap?
Search on PatSnap是由PatSnap开发的Chrome扩展程序,该扩展的主要功能是“As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.”。
扩展截图
下载Search on PatSnap扩展crx文件
下载Search on PatSnap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sort out all your innovation and IP matters with ease using PatSnap's Chrome Extension!
* Quickly find relevant patents to a keyword or phrase.
As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.
* Waste no time reading a patent from a publication number.
Select your text, right-click, and you're reading in no time.
* Enough of Google Patents. Enjoy a more powerful experience.
One-click of the PatSnap icon transports you from Google Patents into the powerful reading capabilities of PatSnap, including:
- Dual View
- Citation Tree Analysis
- Patent Family Analysis
- Strong Keyword Highlighting
- Chemical Highlighting
..and more 扩展基本信息
| 名称 | |
| ID | mkjcdfhmlkkdephppblgdjfiojdoafep |
| 官方URL | https://chromewebstore.google.com/detail/search-on-patsnap/mkjcdfhmlkkdephppblgdjfiojdoafep |
| 简介 | As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap. |
| 文件大小 | 23.35 KB |
| 安装次数 | 233 |
| 当前版本 | 1.3 |
| 更新时间 | 2018-05-29 |
| 上架时间 | 2018-05-29 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | PatSnap |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Search on PatSnap",
"short_name": "PatSnap",
"description": "As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.",
"version": "1.3",
"browser_action": [],
"author": "Ali Hussein, PatSnap",
"permissions": [
"contextMenus",
"tabs",
"activeTab"
],
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"page": "background.html"
}
} | |