URL Opener

Bulk URL Opener Extension Helps To Open Multiple URL In Just Single Click.

URL Opener란 무엇입니까?

URL Opener은(는) https://openerurl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk URL Opener Extension Helps To Open Multiple URL In Just Single Click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Bulk URL Opener Extension allows users to Open Multiple URL’s at once with one click with many features to manage urls.

You may create, store and load lists of urls that you use. Quick and easy way to manage multiple or bulk urls.

FEATURES OF BULK URL OPENER EXTENSION:

    - Open Multiple Links (New Tabs Or Windows)
    - Quick And Easy Management
    - Get List Of Currently Open Tabs
    - Clear, Edit And Delete List Of Links
    - Secure To Use

INSTALLATION INSTRUCTIONS OF BULK URL OPENER:

1. Click on “Add to Chrome” button.
2. Then, click on “Add Extension” button prompted on screen.
3. Click on “Puzzle” icon on right hand side of Chrome bar.
4. Pin the extension as it should be blue pin in front of the extension name “URL Opener”.
5. Click on extension icon from top to manage everything. 

This extension doesn't collect any data. You can use this extension hassle-free as we never save any details.                    

확장 프로그램 기본 정보

이름 URL Opener URL Opener
ID nnjcioepmnfnidgnjijbnegpoklibmmo
공식 URL https://chromewebstore.google.com/detail/url-opener/nnjcioepmnfnidgnjijbnegpoklibmmo
설명 Bulk URL Opener Extension Helps To Open Multiple URL In Just Single Click.
파일 크기 282 KB
설치 횟수 867
현재 버전 1.0.1
최근 업데이트 2023-01-03
출시 날짜 2022-12-21
평점 5.00/5 총 38 개의 평점
개발자 https://openerurl.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.openerurl.com/
도움말 페이지 URL https://www.openerurl.com/
지원되는 언어 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,fi,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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "storage",
        "windows",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "icon\/128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "64": "icon\/48.png",
        "128": "icon\/128.png"
    }
}