Tab-Save

Get open tab URLs for window, or load a list of URLs into new tabs on this window.

Wat is Tab-Save?

Tab-Save is een Chrome-extensie ontwikkeld door Rage App, en de belangrijkste functie is "Get open tab URLs for window, or load a list of URLs into new tabs on this window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab-Save

Download Tab-Save-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 #                    

Basisinformatie over de Extensie

Naam Tab-Save Tab-Save
ID iphpjidhdoilnfjhjpchcgamknepmabh
Officiële URL https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh
Beschrijving Get open tab URLs for window, or load a list of URLs into new tabs on this window.
Bestandsgrootte 53.78 KB
Aantal Installaties 231
Huidige Versie 1.3.2
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2020-06-14
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rage App
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}