TabRotator

Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!

TabRotator란 무엇입니까?

TabRotator은(는) Aoliao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!"입니다.

확장 프로그램 스크린샷

screenshot

TabRotator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our Chrome extension is designed to enhance your productivity by allowing you to monitor multiple dashboards simultaneously on a single screen. With its automatic tab rotation feature, you no longer need to manually switch between tabs, as the extension will do it for you. Additionally, the extension is easy to use and can be installed quickly. Try it now and experience the benefits of increased productivity.                    

확장 프로그램 기본 정보

이름 TabRotator TabRotator
ID ccpljcccdfjlmhgfdempglibnfjfpldh
공식 URL https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh
설명 Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
파일 크기 245 KB
설치 횟수 53
현재 버전 0.0.0.1
최근 업데이트 2023-03-18
출시 날짜 2023-03-18
평점 5.00/5 총 2 개의 평점
개발자 Aoliao
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabRotator",
    "version": "0.0.0.1",
    "description": "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!",
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/icons\/tabrn256.png",
        "icons": {
            "16": ".\/icons\/tabrn16.png",
            "32": ".\/icons\/tabrn32.png",
            "48": ".\/icons\/tabrn48.png",
            "128": ".\/icons\/tabrn128.png",
            "256": ".\/icons\/tabrn256.png"
        }
    },
    "icons": {
        "16": ".\/icons\/tabrn16.png",
        "32": ".\/icons\/tabrn32.png",
        "48": ".\/icons\/tabrn48.png",
        "128": ".\/icons\/tabrn128.png",
        "256": ".\/icons\/tabrn256.png"
    }
}