Tab Session Keeper
Save your browser tabs
Tab Session Keeperとは何ですか?
Tab Session KeeperはRoman Sharapaによって開発されたChromeの拡張機能で、その主な機能は「Save your browser tabs」です。
拡張機能のスクリーンショット
Tab Session Keeper拡張機能のCRXファイルをダウンロード
Tab Session Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save and restore browser tabs session.
This extension is useful to you if you need to save many tabs and restore them later. It provides a simple set of functions to manage your sessions.
Sessions can be renamed and removed.
GitHub: https://github.com/sailonely/tab-session-keeper 拡張機能の基本情報
| 名前 | |
| ID | hiblckhbhlfmlbkhkfkenjaphdincfep |
| 公式URL | https://chromewebstore.google.com/detail/tab-session-keeper/hiblckhbhlfmlbkhkfkenjaphdincfep |
| 説明 | Save your browser tabs |
| ファイルサイズ | 87.86 KB |
| インストール数 | 74 |
| 現在のバージョン | 2.0.2 |
| 最終更新日 | 2023-03-01 |
| 公開日 | 2020-06-23 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Roman Sharapa |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Session Keeper",
"version": "2.0.2",
"description": "Save your browser tabs",
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
],
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |