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 |
| 公式URL | 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 |
| Eメール | [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"
} | |