Tab Browser Manager
Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access
Cos'è Tab Browser Manager?
Tab Browser Manager è un'estensione di Chrome sviluppata da A & C, e la sua funzione principale è "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Browser Manager
Scarica i file di estensione Tab Browser Manager 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
⬇️Easy to set up ⬇️:
1. Install the extension.
2. Enable the extension by clicking on the icon and the Current Session will open in a new tab.
3. Click on “Save” to save the current session and name the session for later use.
✨Features ✨
1. Saves opened tabs as collections that can be easily restored later.
2. Can recover the opened tabs after a crash.
3. Manages all opened tabs from a separate tab.
4. Stores the collections for later use.
Use this extension for freeing up memory and avoiding clutter. Informazioni di Base sull'Estensione
| Nome | |
| ID | dmeinaeacepcangddenhkmommengmlpk |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-browser-manager/dmeinaeacepcangddenhkmommengmlpk |
| Descrizione | Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access |
| Dimensione del File | 23.6 KB |
| Conteggio Installazioni | 112 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-10-04 |
| Data di Pubblicazione | 2022-10-04 |
| Valutazione | 4.61/5 Totale 23 Valutazioni |
| Sviluppatore | A & C |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Browser Manager",
"version": "1.0.0",
"description": "Tabs and Bookmark manager that stores your most recent tabs & bookmarks for ease-of-access",
"action": {
"default_title": "Tab Browser Manager - Manage your browser from one place"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"unlimitedStorage",
"tabs",
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
]
} | |