BazQux Reader: open links in background tab

Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader

BazQux Reader: open links in background tab란 무엇입니까?

BazQux Reader: open links in background tab은(는) https://bazqux.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader"입니다.

확장 프로그램 스크린샷

screenshot

BazQux Reader: open links in background tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome no longer allows websites to open links in background tabs. Websites could only open links in a new tab with an immediate focus switch (and a popup blocker could block even that). So this extension is necessary for BazQux Reader to open the current article link in the background tab when you press the 'b' key.                    

확장 프로그램 기본 정보

이름 BazQux Reader: open links in background tab BazQux Reader: open links in background tab
ID dfoegpibjpjpchgmjnmomelfnclbijnm
공식 URL https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm
설명 Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
파일 크기 6.47 KB
설치 횟수 196
현재 버전 1.0.10
최근 업데이트 2021-12-04
출시 날짜 2018-12-12
평점 5.00/5 총 4 개의 평점
개발자 https://bazqux.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bazqux.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BazQux Reader: open links in background tab",
    "short_name": "BazQux Reader bg",
    "description": "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader",
    "version": "1.0.10",
    "manifest_version": 3,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.bazqux.com\/*"
        ]
    }
}