BMTab

Put the tab to bookmark for future access and to release the resources

Was ist BMTab?

BMTab ist eine Chrome-Erweiterung, die von zncoder entwickelt wurde, und ihr Hauptmerkmal ist "Put the tab to bookmark for future access and to release the resources".

Erweiterungsscreenshots

screenshot

BMTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie BMTab-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

                        Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page".

This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.                    

Grundlegende Informationen zur Erweiterung

Name BMTab BMTab
ID djpdjipenanplkappkhojednmhkihfjo
Offizielle URL https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo
Beschreibung Put the tab to bookmark for future access and to release the resources
Dateigröße 22.39 KB
Installationsanzahl 56
Aktuelle Version 1.8.2
Letztes Update 2019-12-17
Veröffentlichungsdatum 2019-12-17
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler zncoder
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/zncoder/bmtab
Hilfeseite URL https://github.com/zncoder/bmtab
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMTab",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Put the tab to bookmark for future access and to release the resources",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/32.png",
        "default_title": "Click to put this tab to bookmark"
    }
}