Save All Tab URLs

Get the raw URLs of all your open tabs!

Wat is Save All Tab URLs?

Save All Tab URLs is een Chrome-extensie ontwikkeld door Erisa A, en de belangrijkste functie is "Get the raw URLs of all your open tabs!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save All Tab URLs

Download Save All Tab URLs-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

                        When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!                    

Basisinformatie over de Extensie

Naam Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
Officiële URL https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
Beschrijving Get the raw URLs of all your open tabs!
Bestandsgrootte 13.36 KB
Aantal Installaties 1,851
Huidige Versie 0.1.4
Laatst Bijgewerkt 2019-10-14
Publicatiedatum 2019-10-13
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Erisa A
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://erisa.uk/privacy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Tab URLs",
    "description": "Get the raw URLs of all your open tabs!",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png",
            "256": "icons\/logo-256.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}