Open Links in Tabs

URLs entered in a form are opened in tabs.

Open Links in Tabs란 무엇입니까?

Open Links in Tabs은(는) https://managedkaos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "URLs entered in a form are opened in tabs."입니다.

확장 프로그램 스크린샷

screenshot

Open Links in Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open Links in Tabs does just what the name says.  Click the icon to activate the extension.  In the form that pops up, type or paste in as many URLs as you like.  Each one will be opened in a new tab.

All URLs entered must be valid.  Valid URLs are links like "http://example.com", and "example.com".  

Bad URLs are single word links (no .com, .net, etc..) and links with spaces.  These are bad links: "example", "my example.com".

Open Links in Tabs is a free extension that runs right from your computer.  It dosen't redirect you to a website that opens links for you; the links are opened right from the Chrome browser itself.

We hope you enjoy using this simple but effective extension!                    

확장 프로그램 기본 정보

이름 Open Links in Tabs Open Links in Tabs
ID jlgojbammkhdbbohlihccohgbaccgpbm
공식 URL https://chromewebstore.google.com/detail/open-links-in-tabs/jlgojbammkhdbbohlihccohgbaccgpbm
설명 URLs entered in a form are opened in tabs.
파일 크기 111 KB
설치 횟수 5,323
현재 버전 2022.1.2
최근 업데이트 2022-01-04
출시 날짜 2020-05-25
평점 3.82/5 총 11 개의 평점
개발자 https://managedkaos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/managedkaos/open-links-in-tabs
도움말 페이지 URL https://github.com/managedkaos/open-links-in-tabs/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Links in Tabs",
    "version": "2022.1.2",
    "author": "Managed Kaos",
    "homepage_url": "https:\/\/github.com\/managedkaos\/open-links-in-tabs",
    "description": "URLs entered in a form are opened in tabs.",
    "icons": {
        "16": "folder-blue-16.png",
        "48": "folder-blue-48.png",
        "128": "folder-blue-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "folder-blue-16.png",
            "38": "folder-blue-48.png"
        },
        "default_title": "Open Links in Tabs",
        "default_popup": "popup.html"
    }
}