BMTab
Put the tab to bookmark for future access and to release the resources
Co je BMTab?
BMTab je rozšíření Chrome vyvinuté zncoder, a jeho hlavní funkcí je „Put the tab to bookmark for future access and to release the resources“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BMTab
Stáhněte si soubory rozšíření BMTab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | djpdjipenanplkappkhojednmhkihfjo |
Oficiální URL | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Popis | Put the tab to bookmark for future access and to release the resources |
Velikost souboru | 22.39 KB |
Počet instalací | 56 |
Aktuální Verze | 1.8.2 |
Poslední Aktualizace | 2019-12-17 |
Datum Vydání | 2019-12-17 |
Hodnocení | 4.33/5 Celkem 6 Hodnocení |
Vývojář | zncoder |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/zncoder/bmtab |
URL Stránky Nápovědy | https://github.com/zncoder/bmtab |
Podporované Jazyky | 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" } } |