Undo Closed Tabs 2.0

Re-open all the closed tabs 🗂️ with one click.

Undo Closed Tabs 2.0란 무엇입니까?

Undo Closed Tabs 2.0은(는) t에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Re-open all the closed tabs 🗂️ with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Undo Closed Tabs 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Whenever you want to open a closed tab, click on the toolbar popup.
3. Choose the commands: open a desired tab, open all closed tabs.

✨Features ✨

1. Shows last 25 recently closed tabs to choose from.
2. Open one or all tabs 🗂at once or see the history.

Undo Closed Tabs Button is an extension to allow users to reopen closed tabs via the toolbar popup.                    

확장 프로그램 기본 정보

이름 Undo Closed Tabs 2.0 Undo Closed Tabs 2.0
ID cfcfmcnjnfhnimdbiodmalbdehbppbeo
공식 URL https://chromewebstore.google.com/detail/undo-closed-tabs-20/cfcfmcnjnfhnimdbiodmalbdehbppbeo
설명 Re-open all the closed tabs 🗂️ with one click.
파일 크기 55.7 KB
설치 횟수 165
현재 버전 0.0.1
최근 업데이트 2022-12-29
출시 날짜 2022-12-28
평점 5.00/5 총 3 개의 평점
개발자 t
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Undo Closed Tabs 2.0",
    "permissions": [
        "sessions",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Re-open all the closed tabs \ud83d\uddc2\ufe0f with one click."
}