IdleSwitcher

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

IdleSwitcher क्या है?

IdleSwitcher https://devinrousso.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-switches to a preset tab or cycle through tabs after the user becomes inactive."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IdleSwitcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}