Bulk URL Opener

A simple Chrome extension to open multiple URLs at once.

Bulk URL Opener란 무엇입니까?

Bulk URL Opener은(는) Meetanshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome extension to open multiple URLs at once."입니다.

확장 프로그램 스크린샷

screenshot

Bulk URL Opener 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Bulk URL Opener Chrome extension opens multiple URLs at same time in new tabs or Windows. Using this simple tool, you can open a list of urls using just one-click. It helps you save a lot of time by opening multiple URLs simultaneously in Chrome.

Just paste the list of URLs in the editor (1 URL per line)
Select appropriate options to open URL in same or multiple windows
Click Open URLs to open the links in bulk.

Use the bulk opener extension and save your time manually opening each of the links! 😉                    

확장 프로그램 기본 정보

이름 Bulk URL Opener Bulk URL Opener
ID hfpabfdcmeomdbfollghppnmffekbibe
공식 URL https://chromewebstore.google.com/detail/bulk-url-opener/hfpabfdcmeomdbfollghppnmffekbibe
설명 A simple Chrome extension to open multiple URLs at once.
파일 크기 16.61 KB
설치 횟수 278
현재 버전 1.0
최근 업데이트 2023-12-27
출시 날짜 2023-04-21
평점 4.80/5 총 10 개의 평점
개발자 Meetanshi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meetanshi.com/
도움말 페이지 URL https://meetanshi.com/contacts
개인정보 보호 정책 페이지 URL https://meetanshi.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk URL Opener",
    "version": "1.0",
    "description": "A simple Chrome extension to open multiple URLs at once.",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}