Dynalist Tab Lock

Prevent Dyanlist Links from opening in new tabs

Dynalist Tab Lock란 무엇입니까?

Dynalist Tab Lock은(는) mgroth49에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent Dyanlist Links from opening in new tabs"입니다.

Dynalist Tab Lock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension simply runs in the background, and makes Dynalist.io links open in the current tab rather than a new tab.

It also works in all background tabs as well as in Dynalist iFrames.                    

확장 프로그램 기본 정보

이름 Dynalist Tab Lock Dynalist Tab Lock
ID pmfckakbjmakibdcoekhhbpmmogaehke
공식 URL https://chromewebstore.google.com/detail/dynalist-tab-lock/pmfckakbjmakibdcoekhhbpmmogaehke
설명 Prevent Dyanlist Links from opening in new tabs
파일 크기 4.13 KB
설치 횟수 21
현재 버전 1.0.2
최근 업데이트 2017-02-27
출시 날짜 2017-02-26
평점 5.00/5 총 1 개의 평점
개발자 mgroth49
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/matthew-groth/Dynalist-Tab-Lock
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Tab Lock",
    "description": "Prevent Dyanlist Links from opening in new tabs",
    "version": "1.0.2",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "https:\/\/dynalist.io\/*",
        "http:\/\/127.0.0.1:8080\/"
    ],
    "background": {
        "scripts": [
            "backgroundO.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}