lesstabs

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

Qu'est-ce que lesstabs ?

lesstabs est une extension Chrome développée par ggurgone, et sa fonction principale est "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension lesstabs

Téléchargez les fichiers d'extension lesstabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom lesstabs lesstabs
ID gpdnlknekkniebhjbflbcglgibnfcaah
URL Officiel https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah
Description Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
Taille du Fichier 17.88 KB
Nombre d'Installations 269
Version Actuelle 2.0.3
Dernière Mise à Jour 2022-05-12
Date de Publication 2020-06-27
Évaluation 4.60/5 Total 5 Évaluations
Développeur ggurgone
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support
Langues Prises en Charge 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"
    ]
}