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 |
电子邮箱 | [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" } } |