Multiple URL Opener

Open multiple URls at once with single click. Also supports delay in opening URls.

Multiple URL Opener란 무엇입니까?

Multiple URL Opener은(는) https://standaloneinstaller.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open multiple URls at once with single click. Also supports delay in opening URls."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Open multiple URls at once with single click. You can also add delay in opening each url.

if delay = 0
Opens all urls immediately


if delay > 0
Opens each url after mentioned delay


-That's all folks!


Version 0.5
---------------
You now can get all links from opened tabs and put them in in list on multiple url opener.

Version 0.3
---------------
Now you can:
Don't lose focus when opening links. (This is to not bring chrome to front while opening links.)
Skip duplicate links

Version 0.2
---------------
Delay in decimal points: 0.5, 1.5 etc
Able to save links in database so you don't have to enter them again.                    

확장 프로그램 기본 정보

이름 Multiple URL Opener Multiple URL Opener
ID lompiehpjobkhelnjlhjiedhddijiekg
공식 URL https://chromewebstore.google.com/detail/multiple-url-opener/lompiehpjobkhelnjlhjiedhddijiekg
설명 Open multiple URls at once with single click. Also supports delay in opening URls.
파일 크기 633 KB
설치 횟수 20,000
현재 버전 0.5
최근 업데이트 2019-07-22
출시 날짜 2019-07-21
평점 3.75/5 총 20 개의 평점
개발자 https://standaloneinstaller.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://online.standaloneinstaller.com/multiple-url-opener
개인정보 보호 정책 페이지 URL https://standaloneinstaller.com/privacypolicy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "author": "Muhammad Qayyum Abro",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "description": "Open multiple URls at once with single click. Also supports delay in opening URls.",
    "icons": {
        "128": "images\/icon.png"
    },
    "name": "Multiple URL Opener",
    "version": "0.5",
    "permissions": [
        "storage",
        "tabs"
    ]
}