Tab Player
An astonishing way of managing tabs.
Tab Player란 무엇입니까?
Tab Player은(는) https://sipt.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An astonishing way of managing tabs."입니다.
확장 프로그램 스크린샷
Tab Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Player is a Chrome extension for convenient tab management. The functions are: Group and Clean. 1. Group Users can easily create, search, and close groups. They can focus on a specific task within a group, allowing them to stay organized and efficient. Users can summon a pop-up window on any page by using the default shortcut key cmd + shift + O. * Pressing "Enter" selects a group. * "Cmd + Enter" closes a group. * When searching for a keyword that doesn't match any existing groups, pressing "Enter" creates a new group. (If you want to specify a color when creating a group, you can use "[[" to separate the color keyword. Currently supported colors include "grey", "blue", "red", "yellow", "green", "pink", "purple", "cyan", and "orange". For example, "demo[[red" creates a group named "demo" with the color red. ) * In the omnibox, you can also use the keyword "tp" to trigger the group creation. * When focused on a group, any new tabs created will automatically belong to that group. 2. Clean * It allows you to search and filter tabs by keywords in titles or URLs, and easily close or pin tabs. * After retrieval is complete, press Enter to call up the operation box, which supports closing and pinning. You can also click the button on the right side of the input box.
확장 프로그램 기본 정보
이름 | Tab Player |
ID | jnmgfgjcefakjoeoinpncbilkdnikbgc |
공식 URL | https://chromewebstore.google.com/detail/tab-player/jnmgfgjcefakjoeoinpncbilkdnikbgc |
설명 | An astonishing way of managing tabs. |
파일 크기 | 393 KB |
설치 횟수 | 83 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-08-16 |
출시 날짜 | 2023-07-30 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://sipt.top |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sipt/tab-player |
도움말 페이지 URL | https://github.com/sipt/tab-player/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Player", "version": "1.1.0", "description": "An astonishing way of managing tabs.", "omnibox": { "keyword": "tp" }, "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ " |