Backup and Restore Tabs
Backup all opened urls, and restore them next time.
什么是Backup and Restore Tabs?
Backup and Restore Tabs是由TheLostRiver开发的Chrome扩展程序,该扩展的主要功能是“Backup all opened urls, and restore them next time.”。
扩展截图
下载Backup and Restore Tabs扩展crx文件
下载Backup and Restore Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension software helps you backup all your opened tabs, and restore them at any time you need. This extension software will also record last closed window, and all windows and tabs that not closed normally.
扩展基本信息
名称 | Backup and Restore Tabs |
ID | clcofnmpilgeamkhcngjhkgdniidpnhn |
官方URL | https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn |
简介 | Backup all opened urls, and restore them next time. |
文件大小 | 81.16 KB |
安装次数 | 666 |
当前版本 | 1.1.0.4 |
更新时间 | 2014-10-03 |
上架时间 | 2014-10-03 |
评分 | 4.40/5 共10次评分 |
开发者 | TheLostRiver |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backup and Restore Tabs", "description": "Backup all opened urls, and restore them next time.", "version": "1.1.0.4", "manifest_version": 2, "icons": { "128": "img\/logo.128.png", "48": "img\/logo.48.png", "16": "img\/logo.16.png" }, "browser_action": { "default_icon": "img\/logo.48.png", "default_title": "backup and restore tabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bkgd\/Storage.js", "bkgd\/WindowTabUtils.js", "bkgd\/Section.js", "bkgd\/SavedWindowsSection.js", "bkgd\/LastClosedWindowTabsSection.js", "bkgd\/NotClosedWindowsSection.js", "bkgd\/Background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } |