Undo Closed Tabs
A simple Chrome extension that restores closed tabs.
Undo Closed Tabs란 무엇입니까?
Undo Closed Tabs은(는) htl8610에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome extension that restores closed tabs."입니다.
확장 프로그램 스크린샷
Undo Closed Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
還原已關閉分頁或視窗,並保留進度。 功能: 左鍵點擊擴充功能圖示還原最後關閉的分頁或視窗。 右鍵點擊擴充功能圖示顯示已關閉的分頁或視窗清單。 Restores a closed tab or window and preserves progress. Features: Left-clicking on the extension icon restores the last closed tab or window. Right-clicking on an extension icon displays a list of closed tabs or windows.
확장 프로그램 기본 정보
이름 | Undo Closed Tabs |
ID | hnjoiigomiklfckfaapjgchaniljhinm |
공식 URL | https://chromewebstore.google.com/detail/undo-closed-tabs/hnjoiigomiklfckfaapjgchaniljhinm |
설명 | A simple Chrome extension that restores closed tabs. |
파일 크기 | 7.73 KB |
설치 횟수 | 55 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-03-09 |
출시 날짜 | 2023-03-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | htl8610 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ted1030/Undo-Closed-Tabs |
지원되는 언어 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Undo Closed Tabs", "version": "1.0", "description": "A simple Chrome extension that restores closed tabs.", "manifest_version": 3, "permissions": [ "tabs", "sessions", "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Undo Closed Tabs" }, "icons": { "48": "48.png", "128": "128.png" } } |