Tab Archiver
This extension archives tabs!
什么是Tab Archiver?
Tab Archiver是由Serdar Kuzucu开发的Chrome扩展程序,该扩展的主要功能是“This extension archives tabs!”。
扩展截图
下载Tab Archiver扩展crx文件
下载Tab Archiver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!
扩展基本信息
名称 | Tab Archiver |
ID | ofnhceaedgdmdceeokcadkkndfpclepb |
官方URL | https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb |
简介 | This extension archives tabs! |
文件大小 | 90.24 KB |
安装次数 | 406 |
当前版本 | 1.1 |
更新时间 | 2015-01-07 |
上架时间 | 2015-01-07 |
评分 | 4.31/5 共13次评分 |
开发者 | Serdar Kuzucu |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Archiver", "short_name": "Tab Archiver", "description": "This extension archives tabs!", "version": "1.1", "author": "Serdar Kuzucu", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "img\/logo_16.png", "default_popup": "popup.html", "default_title": "Tab Archiver" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |