Tab Groups Exporter
Utility to export tab groups
Was ist Tab Groups Exporter?
Tab Groups Exporter ist eine Chrome-Erweiterung, die von parthpower entwickelt wurde, und ihr Hauptmerkmal ist "Utility to export tab groups".
Erweiterungsscreenshots
Tab Groups Exporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Groups Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hcfnlphlglikfflkikgilkebljgbnica |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
| Beschreibung | Utility to export tab groups |
| Dateigröße | 33.63 KB |
| Installationsanzahl | 588 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2021-09-10 |
| Veröffentlichungsdatum | 2021-09-06 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | parthpower |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/parthpower/chrome-tab-group-exporter |
| Hilfeseite URL | https://github.com/parthpower/chrome-tab-group-exporter/issues |
| Unterstützte Sprachen | 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
} | |