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 |
| 官方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"
]
} | |