NoTabTearing

Prevents tearing tabs out of a window.

NoTabTearing란 무엇입니까?

NoTabTearing은(는) Nate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents tearing tabs out of a window."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Is tab detachment annoying for you? Do you accidentally open new windows by clicking a tab for too long too often?

This extension prevents you from dragging tabs from one window to another (tab tearing, tab detaching) by putting the tab back where it came from as soon as you pull the tab out of the window.                    

확장 프로그램 기본 정보

이름 NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
공식 URL https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
설명 Prevents tearing tabs out of a window.
파일 크기 7.99 KB
설치 횟수 28
현재 버전 0.7
최근 업데이트 2023-01-25
출시 날짜 2013-12-13
평점 3.33/5 총 3 개의 평점
개발자 Nate
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoTabTearing",
    "short_name": "NoTabTearing",
    "description": "Prevents tearing tabs out of a window.",
    "author": "Nate Hitze",
    "version": "0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "notabtearing.js"
    }
}