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.”。
擴展截圖
下載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 |
ID | elclmgibjiaeekbkpncdgpcgbachipol |
官方網址 | 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" ] } |