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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |