Bulk URL Opener
Opens multiple URLs in one click
Bulk URL Opener란 무엇입니까?
Bulk URL Opener은(는) https://hyrtutorials.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens multiple URLs in one click"입니다.
확장 프로그램 스크린샷
Bulk URL Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Opens multiple URLs in one click BULK URL Opener is an chrome extension which helps you in opening multiple URLs at just one click (in new tabs). Usage: Enter the list of URLs in the text area separated by new lines (each URL per line) or you could just click on "Get All Currently Opened Tab URLs" button to get the currently opened tab URLs. Once the URLs are entered, click on "Open URLs" button. The above mentioned usage instructions were basic usage instructions and you can do a lot more than just opening the URLs. Key Features: - Provides an option to open the multiple URLs at one click. - Provides an option to save, load, edit/update and delete lists of URLs to provide an easier way to store and use a bulk amount of URLs. - Allows the user to open each URL from the list of URLs with specific time delay before it opens the next URL. - Focus opened tabs: Can focus on the tab which is opening at the moment.
확장 프로그램 기본 정보
이름 | Bulk URL Opener |
ID | plebhjfgbokgojhikeoibipikgkclihp |
공식 URL | https://chromewebstore.google.com/detail/bulk-url-opener/plebhjfgbokgojhikeoibipikgkclihp |
설명 | Opens multiple URLs in one click |
파일 크기 | 151 KB |
설치 횟수 | 1,706 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-10-17 |
출시 날짜 | 2020-10-17 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | https://hyrtutorials.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk URL Opener", "version": "1.0", "description": "Opens multiple URLs in one click", "icons": { "128": "images\/Logo.png" }, "permissions": [ "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "images\/Logo.png" } }, "manifest_version": 2 } |