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.
扩展基本信息
名称 | Patent Search Tool |
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 |
电子邮箱 | [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" } } |