Sesh
Unclutter your browser by putting away tabs and coming back to them later.
Seshとは何ですか?
SeshはYuji Kosugiによって開発されたChromeの拡張機能で、その主な機能は「Unclutter your browser by putting away tabs and coming back to them later.」です。
拡張機能のスクリーンショット
Sesh拡張機能のCRXファイルをダウンロード
Sesh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sesh lets you unclutter your browsing session by putting away tabs you don't need now and letting you come back to them later. To use Sesh, click on the extension icon. You can then store the current tab or all tabs in the current window. Storing tabs puts them away, clearing up space for you to do other things. To get back to a saved tab or set of tabs, just click on it, and it will be opened and removed from storage. To sync your stored tabs across different computers, just enable Chrome sync and you'll be good to go. (Chrome sync instructions here; make sure to enable bookmark sync: http://www.google.com/support/chrome/bin/answer.py?answer=185277) Some icons copyright Yusuke Kamiyamane (http://p.yusukekamiyamane.com/).
拡張機能の基本情報
名前 | Sesh |
ID | emclpejnhkiogdlimfgipbdfpdcnhhoj |
公式URL | https://chromewebstore.google.com/detail/sesh/emclpejnhkiogdlimfgipbdfpdcnhhoj |
説明 | Unclutter your browser by putting away tabs and coming back to them later. |
ファイルサイズ | 107 KB |
インストール数 | 654 |
現在のバージョン | 0.4.1.5 |
最終更新日 | 2020-10-26 |
公開日 | 2019-03-08 |
評価 | 4.40/5 合計 25 レビュー |
開発者 | Yuji Kosugi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yujiberra/sesh |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sesh", "version": "0.4.1.5", "description": "Unclutter your browser by putting away tabs and coming back to them later.", "manifest_version": 2, "icons": { "16": "sesh icon 16x16.png", "48": "sesh icon 48x48.png", "128": "sesh icon 128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks", "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Sesh", "default_icon": "sesh icon 19x19.png", "default_popup": "popup.html" } } |