lesstabs

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

lesstabsとは何ですか?

lesstabsはggurgoneによって開発されたChromeの拡張機能で、その主な機能は「Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

lesstabs拡張機能のCRXファイルをダウンロード

lesstabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 lesstabs lesstabs
ID gpdnlknekkniebhjbflbcglgibnfcaah
公式URL https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah
説明 Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
ファイルサイズ 17.88 KB
インストール数 269
現在のバージョン 2.0.3
最終更新日 2022-05-12
公開日 2020-06-27
評価 4.60/5 合計 5 レビュー
開発者 ggurgone
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support
対応言語 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"
    ]
}