Tabs Mania
Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
Tabs Mania란 무엇입니까?
Tabs Mania은(는) David Dias에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool."입니다.
확장 프로그램 스크린샷
Tabs Mania 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly reorder, move, merge and close tabs and windows with a customizable chrome extension. Simplify your daily workflow and speed up your productivity with the best Tab Management tool for Chrome. ★ What is Tabs Mania? A simple and highly customizable Google Extension which helps you to automate simple tasks when dealing with tabs. You can customize entirely Tabs Mania showing and hiding some features in the settings. More options are coming for the next releases! ★ Functionalities: ➤ Sort tabs by title ➤ Sort tabs by url ➤ Sort tabs by domain ➤ Move the current tab to a new window ➤ Merge all Chrome windows ➤ Close all tabs that are playing sounds
확장 프로그램 기본 정보
이름 | Tabs Mania |
ID | kpehljmacelghfpbkoajiigcaijjdogf |
공식 URL | https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf |
설명 | Move, reorder, cleanup and easily manage your tabs in a easily customizable tool. |
파일 크기 | 116 KB |
설치 횟수 | 58 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-02-14 |
출시 날짜 | 2021-02-05 |
개발자 | David Dias |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/thedaviddias/tabs-mania |
개인정보 보호 정책 페이지 URL | https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.", "version": "1.0.1", "name": "Tabs Mania", "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-192.png" }, "icons": { "192": "icon-192.png" }, "web_accessible_resources": [ "content.styles.css", "icon-192.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |