Patent Search Tool
Easy Search results comparison tool for The Lens & Google Patents search engines.
Patent Search Toolとは何ですか?
Patent Search Toolはsearchpuzzle38によって開発されたChromeの拡張機能で、その主な機能は「Easy Search results comparison tool for The Lens & Google Patents search engines.」です。
拡張機能のスクリーンショット
Patent Search Tool拡張機能のCRXファイルをダウンロード
Patent Search Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows quick patent searches with proximity and synonyms in Google Patents & The Lens search engines using a universal or native syntax. 拡張機能の基本情報
| 名前 | |
| ID | lkmciliejnipjhciloobepijmgjhflbl |
| 公式URL | https://chromewebstore.google.com/detail/patent-search-tool/lkmciliejnipjhciloobepijmgjhflbl |
| 説明 | Easy Search results comparison tool for The Lens & Google Patents search engines. |
| ファイルサイズ | 2.13 MB |
| インストール数 | 230 |
| 現在のバージョン | 18 |
| 最終更新日 | 2023-03-05 |
| 公開日 | 2020-09-25 |
| 開発者 | searchpuzzle38 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Patent Search Tool",
"version": "18",
"description": "Easy Search results comparison tool for The Lens & Google Patents search engines.",
"permissions": [
"storage",
"unlimitedStorage",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/www.lens.org\/",
"https:\/\/patents.google.com\/"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"action": {
"default_title": "Search Tool",
"default_popup": "popup.html",
"default_icon": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
}
},
"icons": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
}
} | |