Tab Keeper
This extension helps to quickly save open tabs and return to them later.
Tab Keeperとは何ですか?
Tab KeeperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to quickly save open tabs and return to them later.」です。
拡張機能のスクリーンショット
Tab Keeper拡張機能のCRXファイルをダウンロード
Tab Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension saves a list of open tabs, so that later it is possible to return to them with one click.
拡張機能の基本情報
名前 | Tab Keeper |
ID | lbpbmplnjoonfgknodgmhgclgcdnbbja |
公式URL | https://chromewebstore.google.com/detail/tab-keeper/lbpbmplnjoonfgknodgmhgclgcdnbbja |
説明 | This extension helps to quickly save open tabs and return to them later. |
ファイルサイズ | 21.42 KB |
インストール数 | 1,115 |
現在のバージョン | 1.3 |
最終更新日 | 2020-06-05 |
公開日 | 2020-06-05 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Keeper", "description": "This extension helps to quickly save open tabs and return to them later.", "permissions": [ "tabs" ], "version": "1.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "popup.png" } } |