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 |
| 官方網址 | 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"
}
} | |