TabPunk
Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!
TabPunk란 무엇입니까?
TabPunk은(는) https://tabpunk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!"입니다.
확장 프로그램 스크린샷
TabPunk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabPunk - The Simplest Tab Manager Tired of drowning in a sea of open tabs? TabPunk offers a comprehensive solution to effortlessly organize your tabs into collections and spaces for quick & easy access. TAB MANAGEMENT With TabPunk, you can organize your tabs and links into custom collections and spaces, allowing you to easily switch between them and stay focused on the task at hand. No more endless scrolling or searching for that one tab buried deep in your browser history. SPACES & COLLECTIONS By keeping your tabs and links organized into different spaces, you can switch context between personal and work projects without losing focus. Goodbye distractions, hello getting-things-done! AUTO-SYNC With TabPunk's auto-sync feature, you can seamlessly access your organized tabs and saved links across all your devices. Whether you're switching between your computer, laptop, or mobile device, TabPunk ensures that your tab collections and spaces are always up-to-date and readily available. For support, email us at [email protected] - we’ll try to respond within 24 hours. Terms of Use: https://www.tabpunk.com/terms-of-use Privacy Policy: https://www.tabpunk.com/privacy-policy
확장 프로그램 기본 정보
이름 | TabPunk |
ID | kmlenlgoldchdbfkmlloocjkggjgaffb |
공식 URL | https://chromewebstore.google.com/detail/tabpunk/kmlenlgoldchdbfkmlloocjkggjgaffb |
설명 | Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done! |
파일 크기 | 737 KB |
설치 횟수 | 293 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2023-12-21 |
출시 날짜 | 2023-08-09 |
평점 | 5.00/5 총 16 개의 평점 |
개발자 | https://tabpunk.com |
이메일 | [email protected] |
결제 유형 | in_app |
도움말 페이지 URL | https://www.tabpunk.com/support |
개인정보 보호 정책 페이지 URL | https://www.tabpunk.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabPunk", "version": "0.3.1", "description": "Organize your tabs into collections for quick & easy access. Goodbye tab overload, hello getting-things-done!", "background": { "service_worker": "src\/pages\/background\/index.js" }, "permissions": [ "tabs" ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |