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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | gpdnlknekkniebhjbflbcglgibnfcaah |
| 官方網址 | 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"
]
} | |