Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
Multi-tab란 무엇입니까?
Multi-tab은(는) Luke Carrier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension to open and group a bunch of tabs from a list of URLs."입니다.
확장 프로그램 스크린샷
Multi-tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stop juggling tabs and let this clown do it for you. -> Paste URLs into the input, optionally select a tab group and save some serious clicking. -> Copy URLs from an existing tab group and paste them elsewhere.
확장 프로그램 기본 정보
이름 | Multi-tab |
ID | aecmnemhogbiohkomdlbgklhlamaihhi |
공식 URL | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
설명 | A browser extension to open and group a bunch of tabs from a list of URLs. |
파일 크기 | 29.14 KB |
설치 횟수 | 178 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2022-06-26 |
출시 날짜 | 2021-11-19 |
개발자 | Luke Carrier |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/LukeCarrier/multi-tab |
도움말 페이지 URL | https://github.com/LukeCarrier/multi-tab/discussions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/webextension.json", "manifest_version": 3, "name": "Multi-tab", "description": "A browser extension to open and group a bunch of tabs from a list of URLs.", "homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab", "developer": { "name": "Luke Carrier", "url": "https:\/\/luke.carrier.im" }, "version": "0.3.0", "permissions": [ "tabs", "tabGroups" ], "default_locale": "en", "action": { "browser_style": true, "default_title": "Multi-tab", "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/logo-16.png", "19": "icons\/logo-19.png", "32": "icons\/logo-32.png", "38": "icons\/logo-38.png" } }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "128": "icons\/logo-128.png", "256": "icons\/logo-256.png", "512": "icons\/logo-512.png" } } |