lesstabs

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

Co to jest lesstabs?

lesstabs to rozszerzenie Chrome opracowane przez ggurgone, a jego główną funkcją jest „Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia lesstabs

Pobierz pliki rozszerzeń lesstabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa lesstabs lesstabs
ID gpdnlknekkniebhjbflbcglgibnfcaah
Oficjalny URL https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah
Opis Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
Rozmiar pliku 17.88 KB
Liczba instalacji 269
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2022-05-12
Data Publikacji 2020-06-27
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper ggurgone
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support
Obsługiwane Języki 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"
    ]
}