TabCache
Helps you save your online workspace for later use
什么是TabCache?
TabCache是由bluesenberg开发的Chrome扩展程序,该扩展的主要功能是“Helps you save your online workspace for later use”。
扩展截图
下载TabCache扩展crx文件
下载TabCache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No more windows full of tabs that stay open because you're afraid to lose them. Save your current window and file it under a workspace name. The next time that you want to continue where you left off, simply open the workspace! Prompt before downloading that says extension can read history is Google's way of saying that it can access any tab on an open window. The extension has no access to your history and has no analytics.
扩展基本信息
名称 | TabCache |
ID | dclldinphdggbaopjkjllgcplbijkibh |
官方URL | https://chromewebstore.google.com/detail/tabcache/dclldinphdggbaopjkjllgcplbijkibh |
简介 | Helps you save your online workspace for later use |
文件大小 | 598 KB |
安装次数 | 84 |
当前版本 | 2.0.2 |
更新时间 | 2016-06-19 |
上架时间 | 2016-06-19 |
评分 | 4.67/5 共3次评分 |
开发者 | bluesenberg |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabCache", "description": "Helps you save your online workspace for later use", "version": "2.0.2", "icons": { "16": "icons\/drawer_purple_16.png", "48": "icons\/drawer_purple_48.png", "128": "icons\/drawer_purple_128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-2.1.4.min.js", "popup.js" ] }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "http:\/\/www.flaticon.com\/authors\/yannickYannick http:\/\/www.flaticon.com http:\/\/creativecommons.org\/licenses\/by\/3.0\/" ] } |