SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

Cos'è SaveTabs?

SaveTabs è un'estensione di Chrome sviluppata da Chris Dzombak, e la sua funzione principale è "Save the tabs in your current window to a new, timestamped, bookmarks folder.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SaveTabs

Scarica i file di estensione SaveTabs 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

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

Informazioni di Base sull'Estensione

Nome SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
URL Ufficiale https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
Descrizione Save the tabs in your current window to a new, timestamped, bookmarks folder.
Dimensione del File 95.11 KB
Conteggio Installazioni 3,455
Versione Corrente 0.5
Ultimo Aggiornamento 2013-11-06
Data di Pubblicazione 2013-11-05
Valutazione 4.67/5 Totale 24 Valutazioni
Sviluppatore Chris Dzombak
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/cdzombak/SaveTabs
URL della Pagina di Aiuto http://github.com/cdzombak/SaveTabs/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}