Multiple URL Opener
OPEN MULTIPLE URLs AT ONCE
Multiple URL Opener란 무엇입니까?
Multiple URL Opener은(는) callsmaster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OPEN MULTIPLE URLs AT ONCE"입니다.
확장 프로그램 스크린샷
Multiple URL Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Multiple URL Opener simply takes a list of web pages/URLs in plain-text format and opens all the links in new tabs. All you have to do is paste the list of the links in the text area of the Multiple URL opener. Furthermore, you need to enter one URL per line and select “OPEN URLs,” which will simultaneously open all the entered links in new tabs. This extension either opens all the links in different tabs or different windows, depending on what you select. This free and user-friendly tool makes it easy for you to open multiple links at once. Using the Multiple URL Opener extension, you can open multiple links together and save your crucial time. FEATURES - Open All The Links At Once All you have to do is paste all the URLs you want to open in the text area. This easy-to-use tool will automatically open all the links together at once within seconds. Opens Multiple URLs In New Tabs This is a free tool that opens all the entered links in new tabs in the existing window at once. You can select “OPEN URLs” upon entering all the links in the text area to open all links in the current window. Opens Multiple URLs In New Window This extension provides you with the option of opening all the URLs in a new window as well. You can select “OPEN URLs IN NEW WINDOW’ upon entering all the links to open them in a new window. Works For Without Scheme Links You get this very useful feature where you can skip and enter URLs without the protocol part for http://. You can enter only the main part and it will still open all your links. For instance, you can enter “example.com” in the text area and it will automatically translate it to “http://example.com/”. Copy All The Links You also get the fantastic feature of copying all the links from the text area in just one click. All you have to do is click the “COPY” button, and it will copy all the URLs present in the text area to your clipboard. Paste All The Links Similar to the copying feature, you also get to paste multiple links at once. You can paste a list of links you want to open at once by clicking the “PASTE” button in the text area. No Hassle Of Signing Up Using this extension is a matter of seconds. There is no struggle of signing up or creating an account. Simply install the Multiple URL Opener extension and save your vital time by using it or bulk open your links. 100% Security Guaranteed Your URLs and data are safe as this extension does not store any of your URLs. We care about the privacy of your data as much as you do. Hence, there is complete safety in using this extension.
확장 프로그램 기본 정보
이름 | |
ID | bbhhchfnjjikeilgbflmpgneligkoccb |
공식 URL | https://chrome.google.com/webstore/detail/multiple-url-opener/bbhhchfnjjikeilgbflmpgneligkoccb |
설명 | OPEN MULTIPLE URLs AT ONCE |
파일 크기 | 31.54 KB |
설치 횟수 | 387 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2021-12-07 |
출시 날짜 | 2021-12-04 |
평점 | 4.74/5 총 38 개의 평점 |
개발자 | callsmaster |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,en-GB,en-US,fr,nl,da,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/128.png" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "clipboardRead" ] } |