LessTabs
Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter
什么是LessTabs?
LessTabs是由shockerjue开发的Chrome扩展程序,该扩展的主要功能是“Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter”。
扩展截图
下载LessTabs扩展crx文件
下载LessTabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Annoyed with so many tabs opened in your browser? LessTabs comes to rescue ! You couldn't enjoy a clean browser environment until you've tried 'dumped all tabs' of LessTabs. ● LessTabs can send your tabs into a bookmark folder named ‘LessTabs’ and then close them - reduce tab clutter in this way. ● Click the extension icon to show all functions. ● Be sure to login to your browser and sync bookmarks to the cloud, then you are unlikely to lose your tabs(bookmarks) dumped by LessTabs. ● If you have opened a bookmark inside folder ‘LessTabs’, LessTabs is responsible for removing it from the folder, because it is highly possible that the bookmark will not be used again, this is the logic behind the feature. BTW, You could regard LessTabs as an enhanced alternative to the famous OneTab extension.
扩展基本信息
名称 | LessTabs |
ID | dkdkdfbfgijbpofgmkoabhidlnmpfdkf |
官方URL | https://chromewebstore.google.com/detail/lesstabs/dkdkdfbfgijbpofgmkoabhidlnmpfdkf |
简介 | Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter |
文件大小 | 24.6 KB |
安装次数 | 88 |
当前版本 | 1.0 |
更新时间 | 2021-09-01 |
上架时间 | 2021-07-29 |
评分 | 4.33/5 共3次评分 |
开发者 | shockerjue |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.cnblogs.com/iMath/p/LessTabs.html |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0", "browser_action": { "default_title": "__MSG_extensionIconTooltip__", "default_popup": "popup.html" }, "description": "__MSG_extensionDescription__", "permissions": [ "bookmarks", "tabs", "chrome:\/\/favicon\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon; child-src chrome:\/\/bookmarks", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "logo.png", "128": "logo.png" } } |