Bookmark My Tabs

Bookmark your favorite tab groups, improve your browser's performance, and avoid the Too Many Tabs Open syndrome. Have you ever…

Was ist Bookmark My Tabs?

Bookmark My Tabs ist eine Chrome-Erweiterung, die von https://dashburst.com entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark your favorite tab groups, improve your browser's performance, and avoid the Too Many Tabs Open syndrome. Have you ever…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmark My Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark My Tabs-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

                        Bookmark your favorite tab groups, improve your browser's performance, and avoid the Too Many Tabs Open syndrome. 

Have you ever been slowed down by a ridiculous number of open tabs? Bookmark My Tabs lets you save, organize and share all your open tabs into groups that can be reopened when you need them. Save your work for later, and quickly reopen your tabs with just one click!

Features
- Save all your tabs (or selected ones) to a bookmark folder
- Copy all selected URLs to the clipboard
- Launch any bookmark folder with one click
- Organize and explore all your bookmarks and links

Options
- Customize the extension by hiding the Bookmark or Quick Launch Section
- Configure up to 6 bookmark buttons to display by default for one-click tab launch
- Choose to save all open tabs, only the highlighted tab or none by default
- Select Quick Launch to open a tab group in the current window or a new one

Developed by DashBurst                    

Grundlegende Informationen zur Erweiterung

Name Bookmark My Tabs Bookmark My Tabs
ID dkcdcmananochmgmhgkhhmgegdnkgejl
Offizielle URL https://chromewebstore.google.com/detail/bookmark-my-tabs/dkcdcmananochmgmhgkhhmgegdnkgejl
Beschreibung Bookmark your favorite tab groups, improve your browser's performance, and avoid the Too Many Tabs Open syndrome. Have you ever…
Dateigröße 34.4 KB
Installationsanzahl 7,586
Aktuelle Version 1.0.0
Letztes Update 2013-07-24
Veröffentlichungsdatum 2013-07-24
Bewertung 4.38/5 Insgesamt 39 Bewertungen
Entwickler https://dashburst.com
Zahlungsart free
Erweiterungswebsite http://dashburst.com/bookmark-my-tabs
Hilfeseite URL http://dashburst.com/bookmark-tabs-support
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark My Tabs",
    "version": "1.0.0",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Bookmark My Tabs",
        "default_icon": "icons\/icon48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}