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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.
확장 프로그램 기본 정보
이름 | lesstabs |
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" ] } |