Tab+
Bring new tabs to front and in last position, allow to save and restore windows.
Tab+란 무엇입니까?
Tab+은(는) malko-publishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring new tabs to front and in last position, allow to save and restore windows."입니다.
확장 프로그램 스크린샷
Tab+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Since 2013, this extension has brought to you some missing basic tabs management features: - Always select tabs when opening - Always position tabs last when opening - Add a context menu item for opening links in the background/foreground tab depending on the options settings New since 2024, it will also allow you to see and manage all your tabs at a glance (click the tab+ icon or hit Ctrl+Shift+e to give it a try) : - Quick search - Tab moving - Save a window and restore it later (doesn't keep history) - Restore saved windows with tabs in an idle state All of this, respecting your privacy, with no telemetry data or stuff like that. (If you want to be able to manage your incognito session, click right on the extension icon -> "manage extension" and check the "Allow in incognito" checkbox)
확장 프로그램 기본 정보
이름 | Tab+ |
ID | oedgpogfljghcdnodnaiomoajlbpejgi |
공식 URL | https://chromewebstore.google.com/detail/tab+/oedgpogfljghcdnodnaiomoajlbpejgi |
설명 | Bring new tabs to front and in last position, allow to save and restore windows. |
파일 크기 | 39.42 KB |
설치 횟수 | 464 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2024-02-25 |
출시 날짜 | 2018-03-30 |
평점 | 4.40/5 총 15 개의 평점 |
개발자 | malko-publishers |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/malko/chrome-extension-tab-plus |
도움말 페이지 URL | https://github.com/malko/chrome-extension-tab-plus |
지원되는 언어 | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "tabplus-worker.js", "type": "module" }, "default_locale": "en", "description": "__MSG_desc__", "icons": { "128": "assets\/logo\/128.png", "64": "assets\/logo\/64.png", "16": "assets\/logo\/16.png" }, "action": { "default_icon": { "128": "assets\/logo\/128.png", "64": "assets\/logo\/64.png", "16": "assets\/logo\/16.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } }, "name": "Tab+", "options_page": "options.html", "permissions": [ "tabs", "tabGroups", "contextMenus", "storage" ], "version": "0.2.1" } |