Button: Restore Recent Tabs

Restore closed tabs with just one click.

Button: Restore Recent Tabsคืออะไร?

Button: Restore Recent Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browser-extensions.com และคุณลักษณะหลักของมันคือ "Restore closed tabs with just one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Button: Restore Recent Tabs

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

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

                        Adds a "Restore" button to your browser. Clicking this button will restore the latest closed tab.                    

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

ชื่อ Button: Restore Recent Tabs Button: Restore Recent Tabs
ID kcbljogompapnbbkihihijccgndjflda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/button-restore-recent-tab/kcbljogompapnbbkihihijccgndjflda
คำอธิบาย Restore closed tabs with just one click.
ขนาดไฟล์ 63.58 KB
จำนวนการติดตั้ง 3,815
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-01-21
วันที่เผยแพร่ 2022-01-21
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://browser-extensions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://browser-extensions.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "2.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "__MSG_reopenTab__"
    },
    "permissions": [
        "sessions"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl62zUosLGl8XptDI2Hpp+6Y2pwzbk+OhZD\/bIWkQdfaL\/CibIHtuvWOL0dLFdRI4lFdrCyUprP02LAQEcnn44agJtYvpUP8ba9MlKDt7dg+RyLcMmJMRFjxn6hO7Kwbx\/k8\/ODgb9mwvG\/nd\/KwrTmMVEYXIbrwcPnmf85fi5RJvD0HJidkxU1ZOSYlWkOhxLCjj5kcLxFNv09KaW489b0MkXWwWkewznoq9cqoENqyotQPqzWaK5OIagFCrTm\/dkHsyTzRZAtL3NadsYcquYkPEcmWN58vgyPVALcu0DfR3TzXbeHWrs8Ber751gy05tydKr88jMp8PSC0\/92t2ZQIDAQAB"
}