Tab-Save
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
Cos'è Tab-Save?
Tab-Save è un'estensione di Chrome sviluppata da Rage App, e la sua funzione principale è "Get open tab URLs for window, or load a list of URLs into new tabs on this window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab-Save
Scarica i file di estensione Tab-Save in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 # Informazioni di Base sull'Estensione
| Nome | |
| ID | iphpjidhdoilnfjhjpchcgamknepmabh |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh |
| Descrizione | Get open tab URLs for window, or load a list of URLs into new tabs on this window. |
| Dimensione del File | 53.78 KB |
| Conteggio Installazioni | 231 |
| Versione Corrente | 1.3.2 |
| Ultimo Aggiornamento | 2023-12-05 |
| Data di Pubblicazione | 2020-06-14 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Rage App |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |