SaveTabs

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

Wat is SaveTabs?

SaveTabs is een Chrome-extensie ontwikkeld door Chris Dzombak, en de belangrijkste functie is "Save the tabs in your current window to a new, timestamped, bookmarks folder.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SaveTabs

Download SaveTabs-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

                        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".                    

Basisinformatie over de Extensie

Naam SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
Officiële URL https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
Beschrijving Save the tabs in your current window to a new, timestamped, bookmarks folder.
Bestandsgrootte 95.11 KB
Aantal Installaties 3,455
Huidige Versie 0.5
Laatst Bijgewerkt 2013-11-06
Publicatiedatum 2013-11-05
Beoordeling 4.67/5 Totaal 24 Beoordelingen
Ontwikkelaar Chris Dzombak
Betalingswijze free
Extensiewebsite http://github.com/cdzombak/SaveTabs
Help Pagina-URL http://github.com/cdzombak/SaveTabs/issues
Ondersteunde Talen 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"
    }
}