lesstabs
Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
Co je lesstabs?
lesstabs je rozšíření Chrome vyvinuté ggurgone, a jeho hlavní funkcí je „Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření lesstabs
Stáhněte si soubory rozšíření lesstabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.
Základní Informace o Rozšíření
Název | lesstabs |
ID | gpdnlknekkniebhjbflbcglgibnfcaah |
Oficiální URL | https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah |
Popis | Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player. |
Velikost souboru | 17.88 KB |
Počet instalací | 269 |
Aktuální Verze | 2.0.3 |
Poslední Aktualizace | 2022-05-12 |
Datum Vydání | 2020-06-27 |
Hodnocení | 4.60/5 Celkem 5 Hodnocení |
Vývojář | ggurgone |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support |
Podporované Jazyky | 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" ] } |