Chrome Close Lock
Prevent Chrome from closing without warning.
Chrome Close Lock란 무엇입니까?
Chrome Close Lock은(는) Intellibyte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevent Chrome from closing without warning."입니다.
확장 프로그램 스크린샷
Chrome Close Lock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension opens a tab that can't be closed without your permission. This prevents you from accidentally closing a multi-tab browsing session. !!! NEW FEATURE - THEMES !!! Clicking the icon opens the options page to choose theme options. Send your theme ideas via email. Click the red button on the Chrome Close Lock start page to enable protection. Chrome version 88 or higher is required. Popup bug has been fixed in rev 3. Incognitio window bug has been fixed in rev 5. *NEW FEATURE* Activate by pressing a key added in rev 6. May 20, 2023 update was an update of internal manifest file which accidentally broke the extension (SORRY). Minor changes in rev 7 for compatibility with manifest v3. NOTE: Chrome Close Lock protection is no longer automatically activated. Newer versions of Chrome now require you to interact with the page to activate the code that makes Chrome Close Lock work. We added the enable button for this purpose. We are actively working to make it fully automatic again.
확장 프로그램 기본 정보
이름 | Chrome Close Lock |
ID | plcabbfeeokakkmdecdccmibahigjkno |
공식 URL | https://chromewebstore.google.com/detail/chrome-close-lock/plcabbfeeokakkmdecdccmibahigjkno |
설명 | Prevent Chrome from closing without warning. |
파일 크기 | 459 KB |
설치 횟수 | 10,594 |
현재 버전 | Ver. 1 - May 23 2023 - Rev. 7 |
최근 업데이트 | 2023-05-24 |
출시 날짜 | 2018-01-20 |
평점 | 3.54/5 총 74 개의 평점 |
개발자 | Intellibyte |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://goo.gl/forms/RAut6mJu7XZHqAuj1 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Close Lock", "version": "1.2305.23.7", "version_name": "Ver. 1 - May 23 2023 - Rev. 7", "description": "Prevent Chrome from closing without warning.", "icons": { "16": "images\/lock-icon16.png", "48": "images\/lock-icon48.png", "128": "images\/lock-icon128.png" }, "action": { "default_icon": "images\/lock-icon16.png", "default_title": "Chrome Close Lock", "default_popup": "options.html" }, "incognito": "split", "background": { "service_worker": "eventpage.js" }, "permissions": [ "tabs", "storage" ], "minimum_chrome_version": "88" } |