IdleSwitcher
Auto-switches to a preset tab or cycle through tabs after the user becomes inactive.
IdleSwitcher là gì?
IdleSwitcher là một tiện ích mở rộng Chrome được phát triển bởi https://devinrousso.com, và tính năng chính của nó là "Auto-switches to a preset tab or cycle through tabs after the user becomes inactive.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IdleSwitcher
Tải xuống các tệp mở rộng IdleSwitcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IdleSwitcher |
ID | elclmgibjiaeekbkpncdgpcgbachipol |
URL Chính Thức | https://chromewebstore.google.com/detail/idleswitcher/elclmgibjiaeekbkpncdgpcgbachipol |
Mô tả | Auto-switches to a preset tab or cycle through tabs after the user becomes inactive. |
Kích Thước Tệp | 30.9 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2016-09-01 |
Ngày Phát Hành | 2016-08-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://devinrousso.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/dcrousso/IdleSwitcher/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |