Tab Restore

Tab Restore helps to restore recently closed tabs and window sessions.

Tab Restoreคืออะไร?

Tab Restore เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Banana และคุณลักษณะหลักของมันคือ "Tab Restore helps to restore recently closed tabs and window sessions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Restore

ดาวน์โหลดไฟล์ส่วนขยาย Tab Restore ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Welcome to Tab Restore. With the help by chrome.sessions API released in Chrome 37, Tab Restore can restore the tabs you closed, not only reopen a page with the same URL, but also with the full navigation histories, and even the tabs you closed in the last time you using Chrome.

## Tips ##

1. When you just open Chrome, the tab restore lists may be empty. You need to press Ctrl+Shift+T to restore some closed sessions, and then the last time Chrome closed sessions will be activated. (For Windows users. Chrome for OS X seems OK)

2. You can use 1~9 hotkeys to quick open the most recent sessions.

## Update Notes ##

### v0.1.2 (2015.10.23) ###

* Bug fixed.

### v0.1.1 (2015.10.23) ###

* Window session (n Tabs) now can be expanded and open tab independently.
* Text selectability fixed.
* Icon set fixed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Restore Tab Restore
ID dbndgjfafojhfndfgpcibceghelbbnep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-restore/dbndgjfafojhfndfgpcibceghelbbnep
คำอธิบาย Tab Restore helps to restore recently closed tabs and window sessions.
ขนาดไฟล์ 63.56 KB
จำนวนการติดตั้ง 14,185
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2020-02-25
วันที่เผยแพร่ 2020-02-25
คะแนน 4.05/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา Banana
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/sonnabanana/tab-restore/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Restore",
    "description": "Tab Restore helps to restore recently closed tabs and window sessions.",
    "version": "0.1.2",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png",
        "38": "img\/38.png",
        "19": "img\/19.png"
    },
    "permissions": [
        "sessions",
        "tabs"
    ]
}