Restore Closed Tabs

Provides a reliable way to restore closed tabs. Never lost a tab again!

Restore Closed Tabs란 무엇입니까?

Restore Closed Tabs은(는) Alan Tai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a reliable way to restore closed tabs. Never lost a tab again!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Features

* Shows a list of recently closed tabs
* Restores recently closed tabs via a toolbar button
* Customizes the number of recently closed tabs to show                    

확장 프로그램 기본 정보

이름 Restore Closed Tabs Restore Closed Tabs
ID fgiohnfjhpibbbanlanpneaajbepldkg
공식 URL https://chromewebstore.google.com/detail/restore-closed-tabs/fgiohnfjhpibbbanlanpneaajbepldkg
설명 Provides a reliable way to restore closed tabs. Never lost a tab again!
파일 크기 469 KB
설치 횟수 110
현재 버전 2.0.2
최근 업데이트 2020-02-28
출시 날짜 2020-02-28
개발자 Alan Tai
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ayltai/restore-closed-tabs-webextension
도움말 페이지 URL https://github.com/ayltai/restore-closed-tabs-webextension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restore Closed Tabs",
    "short_name": "restore-closed-tabs",
    "description": "Provides a reliable way to restore closed tabs. Never lost a tab again!",
    "version": "2.0.2",
    "homepage_url": "https:\/\/github.com\/ayltai\/restore-closed-tabs-webextension",
    "author": "Alan Tai",
    "applications": {
        "gecko": {
            "id": "{f534b5bf-d8cd-430a-a76b-6f395220bd52}",
            "strict_min_version": "58.0"
        }
    },
    "icons": {
        "16": "icons\/16-white.png",
        "24": "icons\/24-white.png",
        "32": "icons\/32-white.png",
        "48": "icons\/48-white.png",
        "64": "icons\/64-white.png",
        "72": "icons\/72-white.png",
        "96": "icons\/96-white.png",
        "128": "icons\/128-white.png",
        "144": "icons\/144-white.png",
        "192": "icons\/192-white.png",
        "256": "icons\/256-white.png",
        "512": "icons\/512-white.png"
    },
    "permissions": [
        "chrome:\/\/favicon\/*",
        "sessions",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "Restore Closed Tabs",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16-white.png",
            "24": "icons\/24-white.png",
            "32": "icons\/32-white.png",
            "48": "icons\/48-white.png",
            "64": "icons\/64-white.png",
            "72": "icons\/72-white.png",
            "96": "icons\/96-white.png",
            "128": "icons\/128-white.png",
            "144": "icons\/144-white.png",
            "192": "icons\/192-white.png",
            "256": "icons\/256-white.png",
            "512": "icons\/512-white.png"
        },
        "theme_icons": [
            {
                "dark": "icons\/16-black.png",
                "light": "icons\/16-white.png",
                "size": 16
            },
            {
                "dark": "icons\/24-black.png",
                "light": "icons\/24-white.png",
                "size": 24
            },
            {
                "dark": "icons\/32-black.png",
                "light": "icons\/32-white.png",
                "size": 32
            },
            {
                "dark": "icons\/48-black.png",
                "light": "icons\/48-white.png",
                "size": 48
            },
            {
                "dark": "icons\/64-black.png",
                "light": "icons\/64-white.png",
                "size": 64
            },
            {
                "dark": "icons\/72-black.png",
                "light": "icons\/72-white.png",
                "size": 72
            },
            {
                "dark": "icons\/96-black.png",
                "light": "icons\/96-white.png",
                "size": 96
            },
            {
                "dark": "icons\/128-black.png",
                "light": "icons\/128-white.png",
                "size": 128
            },
            {
                "dark": "icons\/144-black.png",
                "light": "icons\/144-white.png",
                "size": 144
            },
            {
                "dark": "icons\/192-black.png",
                "light": "icons\/192-white.png",
                "size": 192
            },
            {
                "dark": "icons\/256-black.png",
                "light": "icons\/256-white.png",
                "size": 256
            },
            {
                "dark": "icons\/512-black.png",
                "light": "icons\/512-white.png",
                "size": 512
            }
        ]
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options\/index.html"
    }
}