Auto Highlight & Tag
Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.
Auto Highlight & Tag란 무엇입니까?
Auto Highlight & Tag은(는) searchpuzzle38에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic highlight and tag selected items in a Patent eDossier list based on specified colours."입니다.
확장 프로그램 스크린샷
Auto Highlight & Tag 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides an easier way to view a Patent eDossier. Automatic highlight and tag selected items in an eDossier list based on specified colours. Supports: * USPTO - Patent Center * EP Register * EPO Global Dossier * PatentScope * WIPO Case
확장 프로그램 기본 정보
이름 | Auto Highlight & Tag |
ID | dmmachfoknfmfnloaaohbjnaokagbcgc |
공식 URL | https://chromewebstore.google.com/detail/auto-highlight-tag/dmmachfoknfmfnloaaohbjnaokagbcgc |
설명 | Automatic highlight and tag selected items in a Patent eDossier list based on specified colours. |
파일 크기 | 350 KB |
설치 횟수 | 198 |
현재 버전 | 1.92 |
최근 업데이트 | 2023-08-13 |
출시 날짜 | 2019-04-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | searchpuzzle38 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Highlight & Tag", "version": "1.92", "description": "Automatic highlight and tag selected items in a Patent eDossier list based on specified colours.", "permissions": [ "storage" ], "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "action": { "default_title": "Auto Highlight & Tag", "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" } }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "lib.js", "uspto.js" ], "matches": [ "https:\/\/patentcenter.uspto.gov\/*" ] }, { "js": [ "lib.js", "ep.js" ], "matches": [ "https:\/\/register.epo.org\/application*" ] }, { "js": [ "lib.js", "wipo.js" ], "matches": [ "https:\/\/www3.wipo.int\/caseportal\/dashboard*" ] }, { "js": [ "lib.js", "gd.js" ], "matches": [ "https:\/\/globaldossier.uspto.gov\/*", "https:\/\/register.epo.org\/ipfwretrieve?*" ] }, { "js": [ "lib.js", "ps.js" ], "matches": [ "https:\/\/patentscope.wipo.int\/search\/*" ] } ], "manifest_version": 3 } |