ChromeTabsPlus

Save and restore opened page tabs, grouped by window.

Cos'è ChromeTabsPlus?

ChromeTabsPlus è un'estensione di Chrome sviluppata da BenKewell, e la sua funzione principale è "Save and restore opened page tabs, grouped by window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChromeTabsPlus

Scarica i file di estensione ChromeTabsPlus 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

                        Inspired by TabCloud (https://chrome.google.com/webstore/detail/tabcloud/npecfdijgoblfcgagoijgmgejmcpnhof)

Tabs data are stored using Chrome's Storage API which has a size limit, so new save may not work when there are too many tabs already stored. However it should be enough for general usage.

------------------------------

Release notes:

v3.2.0
Migrate to Manifest V3.

v3.1.6
CSS bug fix.

v3.1.5
Revoke legacy permission that no longer needed.

v3.1.4
Added indication of saved windows.

v3.1.3
Added handling of tabs change events.

v3.1.2
Bug fixes.

v3.1.1
Bug fixes.

v3.1
Improve data storage format to better utilize storage limit.

v3.0.0
Initial release.

------------------------------

Credit, contains resources from:
GLYPHICONS    https://www.glyphicons.com/                    

Informazioni di Base sull'Estensione

Nome ChromeTabsPlus ChromeTabsPlus
ID inaddpoanfkkffpiklgdagboagdndahh
URL Ufficiale https://chromewebstore.google.com/detail/chrometabsplus/inaddpoanfkkffpiklgdagboagdndahh
Descrizione Save and restore opened page tabs, grouped by window.
Dimensione del File 51.46 KB
Conteggio Installazioni 297
Versione Corrente 3.2.0
Ultimo Aggiornamento 2022-12-16
Data di Pubblicazione 2019-04-01
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore BenKewell
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeTabsPlus",
    "version": "3.2.0",
    "manifest_version": 3,
    "description": "Save and restore opened page tabs, grouped by window.",
    "icons": {
        "32": "images\/logo-32.png",
        "128": "images\/logo-128.png"
    },
    "action": {
        "default_icon": "images\/logo-32.png",
        "default_title": "Manage Tabs",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "favicon",
        "storage",
        "tabs"
    ]
}