Auto Tab Switcher
Automatically switches to the next tab every few seconds
Auto Tab Switcher란 무엇입니까?
Auto Tab Switcher은(는) https://r2dsolutions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically switches to the next tab every few seconds"입니다.
확장 프로그램 스크린샷
Auto Tab Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Switcher is a Chrome extension that automatically switches between open tabs at a specified interval. With the ability to set a custom time interval for switching, this extension helps users efficiently navigate through their open tabs without wasting time or energy. The extension also includes a pop-up page with toggle buttons for easy on/off switching and the ability to customize the delay setting. Whether you're juggling multiple tabs for work or leisure, Tab Switcher helps streamline your browsing experience and boost productivity.
확장 프로그램 기본 정보
이름 | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
공식 URL | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
설명 | Automatically switches to the next tab every few seconds |
파일 크기 | 69.86 KB |
설치 횟수 | 11,702 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-03-23 |
출시 날짜 | 2023-03-23 |
평점 | 3.44/5 총 9 개의 평점 |
개발자 | https://r2dsolutions.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://portfolio.r2dsolutions.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Tab Switcher", "description": "Automatically switches to the next tab every few seconds", "version": "1.0.0", "icons": { "16": "icon.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" } } |