Tab-Save
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
什么是Tab-Save?
Tab-Save是由Rage App开发的Chrome扩展程序,该扩展的主要功能是“Get open tab URLs for window, or load a list of URLs into new tabs on this window.”。
扩展截图
下载Tab-Save扩展crx文件
下载Tab-Save扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
This is a fork from https://chrome.google.com/webstore/detail/tab-snap/ajjloplcjllkammemhenacfjcccockde
fix: issue when save file and url contains # 扩展基本信息
| 名称 | |
| ID | iphpjidhdoilnfjhjpchcgamknepmabh |
| 官方URL | https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh |
| 简介 | Get open tab URLs for window, or load a list of URLs into new tabs on this window. |
| 文件大小 | 53.78 KB |
| 安装次数 | 231 |
| 当前版本 | 1.3.2 |
| 更新时间 | 2023-12-05 |
| 上架时间 | 2020-06-14 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | Rage App |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab-Save",
"version": "1.3.2",
"description": "Get open tab URLs for window, or load a list of URLs into new tabs on this window.",
"icons": {
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Tab-Save",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |