Closure
Require confirmation when closing a tab or navigating away from a site
Closure란 무엇입니까?
Closure은(는) Vertix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Require confirmation when closing a tab or navigating away from a site"입니다.
확장 프로그램 스크린샷
Closure 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never lose an important tab again; just set a tab to require confirmation when closing or navigating away from a site. This Chrome extension will help prevent against accidental closure of tabs containing important information. Just right-click, select "Confirm Closure", and you will be alerted before your tab is closed. Credits: Icon made by Pixelbuddha from www.flaticon.com
확장 프로그램 기본 정보
이름 | Closure |
ID | jjagagcgljmlnihcilbpbfcglnopepjb |
공식 URL | https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb |
설명 | Require confirmation when closing a tab or navigating away from a site |
파일 크기 | 10.57 KB |
설치 횟수 | 859 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-06-16 |
출시 날짜 | 2017-07-12 |
평점 | 3.43/5 총 7 개의 평점 |
개발자 | Vertix |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closure", "description": "Require confirmation when closing a tab or navigating away from a site", "version": "0.1", "permissions": [ "contextMenus", "activeTab", "storage" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "\/img\/favicon.ico" ], "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html", "chrome_style": true }, "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" } } |