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ファイルをダウンロード

IdleSwitcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}