Sessions
Easiest way to save active tabs as bookmarks.
Sessionsとは何ですか?
SessionsはRishi Rajによって開発されたChromeの拡張機能で、その主な機能は「Easiest way to save active tabs as bookmarks.」です。
拡張機能のスクリーンショット
Sessions拡張機能のCRXファイルをダウンロード
Sessions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sessions is a light-weight Chrome extension which simply saves all your active tabs in a Chrome window as bookmarks, organized in a timestamped folder. All your sessions, saved with a click.
To see the saved items, go to your Bookmark Manager and find the timestamped folder starting with "Session saved on ..." in the Other Bookmarks option. 拡張機能の基本情報
| 名前 | |
| ID | cghfjjildgodiekbjbibnlgoccaafdko |
| 公式URL | https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko |
| 説明 | Easiest way to save active tabs as bookmarks. |
| ファイルサイズ | 18.48 KB |
| インストール数 | 21 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-05-08 |
| 公開日 | 2017-05-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Rishi Raj |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://rishi.im/sessions-chrome |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sessions",
"description": "Easiest way to save active tabs as bookmarks.",
"version": "1.0",
"author": "Rishi Raj",
"homepage_url": "http:\/\/rishi.im\/sessions-chrome-extension\/",
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"background": {
"persistent": false,
"scripts": [
"sessions.js"
]
},
"permissions": [
"tabs",
"background",
"bookmarks"
],
"browser_action": {
"default_title": "Save the session as Bookmarks",
"default_icon": "icon.png"
}
} | |