lesstabs
Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
Apa itu lesstabs?
lesstabs adalah ekstensi Chrome yang dikembangkan oleh ggurgone, dan fitur utamanya adalah "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi lesstabs
Unduh file ekstensi lesstabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.
Informasi Dasar Ekstensi
Nama | lesstabs |
ID | gpdnlknekkniebhjbflbcglgibnfcaah |
URL Resmi | https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah |
Deskripsi | Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player. |
Ukuran File | 17.88 KB |
Jumlah Instalasi | 269 |
Versi Saat Ini | 2.0.3 |
Terakhir Diperbarui | 2022-05-12 |
Tanggal Publikasi | 2020-06-27 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | ggurgone |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support |
Bahasa yang Didukung | 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" ] } |