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"
}
} | |