Multiple URL Opener

Open multiple URLs in new tabs. Best bulker URL opener chrome extension

Multiple URL Opener란 무엇입니까?

Multiple URL Opener은(는) Multiple URL Opener에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open multiple URLs in new tabs. Best bulker URL opener chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Chrome extension to open multiple urls with single click. 

A useful and easy to use extension which allows to open a list of links in single a click. 

Key Features:-

- Opens multiple URLs in one click
- Ability to preserve input links
- Load URLs in random or reverse order
- Open the link when tab is selected


This extension collects no user data.

PERMISSIONS REQUIRED:-

"Read your browsing history":
This permission allows the extension to create tabs. It also allows the extension to get the URL's and preserve the input for the next time.                    

확장 프로그램 기본 정보

이름 Multiple URL Opener Multiple URL Opener
ID eilnphekabimiaghhncakdogmdkmeblj
공식 URL https://chromewebstore.google.com/detail/multiple-url-opener/eilnphekabimiaghhncakdogmdkmeblj
설명 Open multiple URLs in new tabs. Best bulker URL opener chrome extension
파일 크기 51.54 KB
설치 횟수 378
현재 버전 1.3.0
최근 업데이트 2023-10-03
출시 날짜 2023-05-02
평점 5.00/5 총 1 개의 평점
개발자 Multiple URL Opener
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1c9h06lhy3Fx9Km8rxEreC07eNDBQ2uat59vqoQJaaxE
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "24": "\/images\/icon 24.png",
        "36": "\/images\/icon 36.png",
        "48": "\/images\/icon 48.png",
        "128": "\/images\/icon 128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}