Tab-Save
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
Was ist Tab-Save?
Tab-Save ist eine Chrome-Erweiterung, die von Rage App entwickelt wurde, und ihr Hauptmerkmal ist "Get open tab URLs for window, or load a list of URLs into new tabs on this window.".
Erweiterungsscreenshots
Tab-Save-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab-Save-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
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 # Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iphpjidhdoilnfjhjpchcgamknepmabh |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh |
| Beschreibung | Get open tab URLs for window, or load a list of URLs into new tabs on this window. |
| Dateigröße | 53.78 KB |
| Installationsanzahl | 231 |
| Aktuelle Version | 1.3.2 |
| Letztes Update | 2023-12-05 |
| Veröffentlichungsdatum | 2020-06-14 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Rage App |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |