lesstabs

Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.

Cos'è lesstabs?

lesstabs è un'estensione di Chrome sviluppata da ggurgone, e la sua funzione principale è "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione lesstabs

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

                        lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.                    

Informazioni di Base sull'Estensione

Nome lesstabs lesstabs
ID gpdnlknekkniebhjbflbcglgibnfcaah
URL Ufficiale https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah
Descrizione Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
Dimensione del File 17.88 KB
Conteggio Installazioni 269
Versione Corrente 2.0.3
Ultimo Aggiornamento 2022-05-12
Data di Pubblicazione 2020-06-27
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore ggurgone
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lesstabs",
    "version": "2.0.3",
    "description": "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lesstabs\/gpdnlknekkniebhjbflbcglgibnfcaah\/support",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "active:tabs"
    },
    "chrome_url_overrides": {
        "newtab": "archive.html"
    },
    "web_accessible_resources": [
        "icon.png",
        "readmo.js"
    ]
}