lesstabs

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

What is lesstabs?

lesstabs is a Chrome extension developed by ggurgone, and its main feature is "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download lesstabs Extension CRX File

Download lesstabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name lesstabs lesstabs
ID gpdnlknekkniebhjbflbcglgibnfcaah
Official URL https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah
Description Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
File Size 17.88 KB
Installation Count 269
Current Version 2.0.3
Last Updated 2022-05-12
Publish Date 2020-06-27
Rating 4.60/5 Total 5 Ratings
Developer ggurgone
Email [email protected]
Payment Type free
Help Page URL https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support
Supported Languages 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"
    ]
}