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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |