Beludia - Save All Tabs
Save all currently open tabs, and reopen them on restart!
什么是Beludia - Save All Tabs?
Beludia - Save All Tabs是由ColeInc开发的Chrome扩展程序,该扩展的主要功能是“Save all currently open tabs, and reopen them on restart!”。
扩展截图
下载Beludia - Save All Tabs扩展crx文件
下载Beludia - Save All Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save All Tabs allows you to save all your currently open tabs in all chrome windows, and allows you to quickly re-open them back up exactly where you left off.
✅ Saves tabs in multiple windows
✅ Saves the order all your tabs were arranged in
✅ Remembers if it was a regular or incognito window
✅ Export all tabs to chrome bookmarks
Features:
⚫ Save Tabs - Saves all current tabs in all currently opened Chrome windows.
⚫ Load Tabs - Opens your previously saved Chrome tabs in the exact same window layout they were in when you saved them originally.
⚫ Auto Open on Start - On/Off switch to specify if the user wants their previously saved tabs to automatically be opened when launching chrome after restart.
⚫ Auto Save Tabs - Periodically saves all your currently tabs. There's an input box which allows the user to specify the auto save frequency if experiencing any processing / networking delays.
⚫ Export Tabs to Chrome Bookmarks - Exports all currently open Chrome tabs into a Chrome Bookmarks folder. Default folder will be created as SAVE ALL TABS at the highest bookmarks level. 扩展基本信息
| 名称 | |
| ID | nflekaoakegjcogmjhnfdfijhmhmneim |
| 官方URL | https://chromewebstore.google.com/detail/beludia-save-all-tabs/nflekaoakegjcogmjhnfdfijhmhmneim |
| 简介 | Save all currently open tabs, and reopen them on restart! |
| 文件大小 | 38.11 KB |
| 安装次数 | 133 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-01-16 |
| 上架时间 | 2021-08-20 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | ColeInc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Beludia - Save All Tabs",
"version": "1.1",
"description": "Save all currently open tabs, and reopen them on restart!",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"name": "cole",
"icons": [
"images\/icon.png"
],
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"bookmarks",
"alarms",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |