Open Multiple URLs
Open Multiple URLs in new tabs.
Open Multiple URLs란 무엇입니까?
Open Multiple URLs은(는) Romkaq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Multiple URLs in new tabs."입니다.
확장 프로그램 스크린샷
Open Multiple URLs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension opens a list of URLs. Bulk URL Opener extension. "Open Multiple URLs" extension takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), click [Open] or [ Open in Incognito]. You can load URLs from .txt file. You can download your URLs as .txt file. Can create folder with urls as bookmarks. Auto save input data. Permissions: - "Storage" permission in order to save user input; - "Tabs" permission in order to get all opened URLs; - "Downloads" permission in order allow you to download URLs as .txt.
확장 프로그램 기본 정보
이름 | Open Multiple URLs |
ID | bjifbockcjbcfgbkmleodgdoiglcnenj |
공식 URL | https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj |
설명 | Open Multiple URLs in new tabs. |
파일 크기 | 14.81 KB |
설치 횟수 | 3,688 |
현재 버전 | 1.5 |
최근 업데이트 | 2022-06-18 |
출시 날짜 | 2021-08-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Romkaq |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5", "icons": { "128": "icon128.png" }, "action": { "default_title": "Open URLs", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "downloads", "bookmarks" ], "incognito": "split", "default_locale": "en" } |