Tab Groups Exporter
Utility to export tab groups
什么是Tab Groups Exporter?
Tab Groups Exporter是由parthpower开发的Chrome扩展程序,该扩展的主要功能是“Utility to export tab groups”。
扩展截图
下载Tab Groups Exporter扩展crx文件
下载Tab Groups Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.
It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/
Contributions are appreciated 扩展基本信息
| 名称 | |
| ID | hcfnlphlglikfflkikgilkebljgbnica |
| 官方URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
| 简介 | Utility to export tab groups |
| 文件大小 | 33.63 KB |
| 安装次数 | 588 |
| 当前版本 | 0.1 |
| 更新时间 | 2021-09-10 |
| 上架时间 | 2021-09-06 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | parthpower |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/parthpower/chrome-tab-group-exporter |
| 帮助页面URL | https://github.com/parthpower/chrome-tab-group-exporter/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Groups Exporter",
"description": "Utility to export tab groups",
"version": "0.1",
"permissions": [
"tabs",
"tabGroups",
"storage"
],
"action": {
"default_title": "Export Tab Groups",
"default_popup": "tabs_api.html"
},
"icons": {
"48": "icon.png"
},
"manifest_version": 3
} | |