Tabbie - Undo closed tabs
Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
什麼是Tabbie - Undo closed tabs?
Tabbie - Undo closed tabs是由Angus Zhu開發的Chrome擴展程式,該擴展的主要功能是“Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.”。
擴展截圖
下載Tabbie - Undo closed tabs擴展crx文件
下載Tabbie - Undo closed tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tabbie allows you to undo closed tabs or windows from a simple popup.
- Beautifully designed, and supports dark mode.
- Histories of the undo tabs are saved.
- No data transmitted to third-party, privacy protected. 擴展基本資訊
| 名稱 | |
| ID | piepmnmkfdajejodnppndgeogppepdld |
| 官方網址 | https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld |
| 簡介 | Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup. |
| 檔案大小 | 78.22 KB |
| 安裝次數 | 368 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2022-11-28 |
| 上架時間 | 2020-12-21 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Angus Zhu |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_desc__",
"short_name": "Tabbie",
"version": "2.0.1",
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/tab-16.png",
"24": "icons\/tab-24.png",
"32": "icons\/tab-32.png"
},
"theme_icons": [
{
"light": "icons\/tab-16-light.png",
"dark": "icons\/tab-16.png",
"size": 16
},
{
"light": "icons\/tab-24-light.png",
"dark": "icons\/tab-24.png",
"size": 24
},
{
"light": "icons\/tab-32-light.png",
"dark": "icons\/tab-32.png",
"size": 32
}
]
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage",
"sessions",
"tabs"
],
"default_locale": "en"
} | |