BMTab
Put the tab to bookmark for future access and to release the resources
Cos'è BMTab?
BMTab è un'estensione di Chrome sviluppata da zncoder, e la sua funzione principale è "Put the tab to bookmark for future access and to release the resources".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BMTab
Scarica i file di estensione BMTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | djpdjipenanplkappkhojednmhkihfjo |
URL Ufficiale | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Descrizione | Put the tab to bookmark for future access and to release the resources |
Dimensione del File | 22.39 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.8.2 |
Ultimo Aggiornamento | 2019-12-17 |
Data di Pubblicazione | 2019-12-17 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | zncoder |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zncoder/bmtab |
URL della Pagina di Aiuto | https://github.com/zncoder/bmtab |
Lingue Supportate | 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" } } |