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 |
| 官方網址 | 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
} | |