Sessions for Google Chrome™
Compile your tabs into Sessions.
Sessions for Google Chrome™とは何ですか?
Sessions for Google Chrome™はbulletblueによって開発されたChromeの拡張機能で、その主な機能は「Compile your tabs into Sessions.」です。
拡張機能のスクリーンショット
Sessions for Google Chrome™拡張機能のCRXファイルをダウンロード
Sessions for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account. Tabs will open in current window by default or optionally in a new window.
拡張機能の基本情報
名前 | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
公式URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
説明 | Compile your tabs into Sessions. |
ファイルサイズ | 727 KB |
インストール数 | 1,166 |
現在のバージョン | 1.2.1 |
最終更新日 | 2016-04-16 |
公開日 | 2016-04-16 |
評価 | 3.57/5 合計 7 レビュー |
開発者 | bulletblue |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions for Google Chrome\u2122", "short_name": "Sessions", "version": "1.2.1", "description": "Compile your tabs into Sessions.", "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |