Recently Closed
View and restore recently closed Tabs and Windows
什麼是Recently Closed?
Recently Closed是由https://mythical5th.com開發的Chrome擴展程式,該擴展的主要功能是“View and restore recently closed Tabs and Windows”。
擴展截圖
下載Recently Closed擴展crx文件
下載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/ 擴展基本資訊
| 名稱 | |
| ID | khiocfdofmabcpofejbffpbocoabcjib |
| 官方網址 | 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__"
}
} | |