Tab Groups Exporter
Utility to export tab groups
Co to jest Tab Groups Exporter?
Tab Groups Exporter to rozszerzenie Chrome opracowane przez parthpower, a jego główną funkcją jest „Utility to export tab groups”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Groups Exporter
Pobierz pliki rozszerzeń Tab Groups Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hcfnlphlglikfflkikgilkebljgbnica |
| Oficjalny URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
| Opis | Utility to export tab groups |
| Rozmiar pliku | 33.63 KB |
| Liczba instalacji | 588 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2021-09-10 |
| Data Publikacji | 2021-09-06 |
| Ocena | 4.00/5 Łącznie 2 Oceny |
| Deweloper | parthpower |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/parthpower/chrome-tab-group-exporter |
| Adres URL Strony Pomocy | https://github.com/parthpower/chrome-tab-group-exporter/issues |
| Obsługiwane Języki | 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
} | |