Multiple Tab Opener
Open multiple URLs on one click.
Multiple Tab Opener란 무엇입니까?
Multiple Tab Opener은(는) Jun Ishibashi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open multiple URLs on one click."입니다.
확장 프로그램 스크린샷
Multiple Tab Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
USAGE: Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click. FEATURES: Add a macro. Edit a macro. Delete a macro. Open multiple URLs at once. REASON: When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise. Therefore I created this to open multiple dictionary sites on one click.
확장 프로그램 기본 정보
이름 | Multiple Tab Opener |
ID | ebhcpmhpgldaimdjnngbfnbfepbljafi |
공식 URL | https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi |
설명 | Open multiple URLs on one click. |
파일 크기 | 599 KB |
설치 횟수 | 2,073 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2022-08-29 |
출시 날짜 | 2020-02-12 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | Jun Ishibashi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Multiple Tab Opener", "description": "Open multiple URLs on one click.", "version": "2.0.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |