SaveTabs

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

Qu'est-ce que SaveTabs ?

SaveTabs est une extension Chrome développée par Chris Dzombak, et sa fonction principale est "Save the tabs in your current window to a new, timestamped, bookmarks folder.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SaveTabs

Téléchargez les fichiers d'extension SaveTabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
URL Officiel https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
Description Save the tabs in your current window to a new, timestamped, bookmarks folder.
Taille du Fichier 95.11 KB
Nombre d'Installations 3,455
Version Actuelle 0.5
Dernière Mise à Jour 2013-11-06
Date de Publication 2013-11-05
Évaluation 4.67/5 Total 24 Évaluations
Développeur Chris Dzombak
Type de Paiement free
Site Web de l'Extension http://github.com/cdzombak/SaveTabs
URL de la Page d'Aide http://github.com/cdzombak/SaveTabs/issues
Langues Prises en Charge 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"
    }
}