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 |
| Eメール | [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
} | |