Recently Closed

View and restore recently closed Tabs and Windows

Recently Closedคืออะไร?

Recently Closed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mythical5th.com และคุณลักษณะหลักของมันคือ "View and restore recently closed Tabs and Windows"

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

screenshot
screenshot
screenshot

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

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

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

                        A page for Recently Closed Tabs, following the design of the History and Downloads pages. Click a Tab or Window to restore it.

Keyboard shortcut: Alt+Z.
To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts

The Trashcan and Window icons in this extension, as well as icons in promotional images, are in the public domain and available from http://paomedia.github.io/small-n-flat/                    

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

ชื่อ Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
คำอธิบาย View and restore recently closed Tabs and Windows
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 3,899
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2020-07-04
คะแนน 4.32/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://mythical5th.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://mythical5th.com/policies/chromeWebStore.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "RecentTabs",
    "version": "3.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "sessions",
        "favicon"
    ],
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    },
    "action": {
        "default_title": "__MSG_extName__"
    }
}