lesstabs

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

lesstabsคืออะไร?

lesstabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ggurgone และคุณลักษณะหลักของมันคือ "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lesstabs

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}