IdleSwitcher

Auto-switches to a preset tab or cycle through tabs after the user becomes inactive.

IdleSwitcher란 무엇입니까?

IdleSwitcher은(는) https://devinrousso.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-switches to a preset tab or cycle through tabs after the user becomes inactive."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Version 1.2.0:
 - Added option to cycle through tabs with the given timeout instead of switching to a specified tab
 - Fix issue where selected tab is closed before becoming idle

Version 1.1.0:
 - Added ability to select which tab becomes active after user becomes idle
 - Tab switching now also occurs when computer becomes locked

Version 1.0.0:
 - Created Extension
 - Timeout for idle is set in minutes
 - When idle, active tab is updated to first tab
    - Will add functionality later to change this to custom tab                    

확장 프로그램 기본 정보

이름 IdleSwitcher IdleSwitcher
ID elclmgibjiaeekbkpncdgpcgbachipol
공식 URL https://chromewebstore.google.com/detail/idleswitcher/elclmgibjiaeekbkpncdgpcgbachipol
설명 Auto-switches to a preset tab or cycle through tabs after the user becomes inactive.
파일 크기 30.9 KB
설치 횟수 64
현재 버전 1.2.0
최근 업데이트 2016-09-01
출시 날짜 2016-08-31
평점 5.00/5 총 1 개의 평점
개발자 https://devinrousso.com
결제 유형 free
도움말 페이지 URL https://github.com/dcrousso/IdleSwitcher/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/timer.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "idle",
        "alarms",
        "storage",
        "tabs"
    ]
}