BMTab
Put the tab to bookmark for future access and to release the resources
Qu'est-ce que BMTab ?
BMTab est une extension Chrome développée par zncoder, et sa fonction principale est "Put the tab to bookmark for future access and to release the resources".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BMTab
Téléchargez les fichiers d'extension BMTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | djpdjipenanplkappkhojednmhkihfjo |
URL Officiel | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Description | Put the tab to bookmark for future access and to release the resources |
Taille du Fichier | 22.39 KB |
Nombre d'Installations | 56 |
Version Actuelle | 1.8.2 |
Dernière Mise à Jour | 2019-12-17 |
Date de Publication | 2019-12-17 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | zncoder |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zncoder/bmtab |
URL de la Page d'Aide | https://github.com/zncoder/bmtab |
Langues Prises en Charge | 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" } } |