TabStack
A chrome extension to temporarily store a browser tab and to reopen it later.
什么是TabStack?
TabStack是由niehm开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to temporarily store a browser tab and to reopen it later.”。
扩展截图
下载TabStack扩展crx文件
下载TabStack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack. The stored tabs are synchronized between different chrome browsers in which you are logged in.
扩展基本信息
名称 | TabStack |
ID | cmfjpgcpeelgjenfhmddbdlddogcmpie |
官方URL | https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie |
简介 | A chrome extension to temporarily store a browser tab and to reopen it later. |
文件大小 | 64.46 KB |
安装次数 | 131 |
当前版本 | 1.0 |
更新时间 | 2013-07-23 |
上架时间 | 2013-07-23 |
评分 | 4.11/5 共9次评分 |
开发者 | niehm |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabStack", "description": "A chrome extension to temporarily store a browser tab and to reopen it later.", "version": "1.0", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "safe.html" }, "permissions": [ "tabs", "storage" ] } |