One-Click Tab Dump

Quick and easy way to bookmark all open tabs in just one click

Was ist One-Click Tab Dump?

One-Click Tab Dump ist eine Chrome-Erweiterung, die von emcee labs entwickelt wurde, und ihr Hauptmerkmal ist "Quick and easy way to bookmark all open tabs in just one click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

One-Click Tab Dump-Erweiterungs-CRX-Datei herunterladen

Laden Sie One-Click Tab Dump-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quickly save all tabs into a bookmarks folder for later review.  One click lets you dump all tabs into a date stamped folder in your "Other bookmarks" folder.

Utilize One-Click tab dump if you need a quick way to save your tabs.  This is handy if you are researching a topic and need to take a break, or have sudden interruptions in your browsing activity.  

Once you are ready to restore your tabs, just browse to your Chrome "Other Bookmarks" folder and find your stuff.                    

Grundlegende Informationen zur Erweiterung

Name One-Click Tab Dump One-Click Tab Dump
ID cfbmicfeaalckojocojkldikildiibfi
Offizielle URL https://chromewebstore.google.com/detail/one-click-tab-dump/cfbmicfeaalckojocojkldikildiibfi
Beschreibung Quick and easy way to bookmark all open tabs in just one click
Dateigröße 15.85 KB
Installationsanzahl 34
Aktuelle Version 1.0
Letztes Update 2016-04-10
Veröffentlichungsdatum 2016-04-10
Entwickler emcee labs
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One-Click Tab Dump",
    "version": "1.0",
    "description": "Quick and easy way to bookmark all open tabs in just one click",
    "icons": {
        "16": "images\/tabdump16.png",
        "48": "images\/tabdump48.png",
        "128": "images\/tabdump128.png"
    },
    "browser_action": {
        "default_title": "One-Click Tab Dump",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}