TabRotator

Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!

TabRotator क्या है?

TabRotator Aoliao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!"।

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

screenshot

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

crx प्रारूप में TabRotator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Our Chrome extension is designed to enhance your productivity by allowing you to monitor multiple dashboards simultaneously on a single screen. With its automatic tab rotation feature, you no longer need to manually switch between tabs, as the extension will do it for you. Additionally, the extension is easy to use and can be installed quickly. Try it now and experience the benefits of increased productivity.                    

एक्सटेंशन की मूल जानकारी

नाम TabRotator TabRotator
ID ccpljcccdfjlmhgfdempglibnfjfpldh
आधिकारिक URL https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh
विवरण Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
फ़ाइल का आकार 245 KB
स्थापना संख्या 53
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2023-03-18
प्रकाशन तिथि 2023-03-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Aoliao
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabRotator",
    "version": "0.0.0.1",
    "description": "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!",
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/icons\/tabrn256.png",
        "icons": {
            "16": ".\/icons\/tabrn16.png",
            "32": ".\/icons\/tabrn32.png",
            "48": ".\/icons\/tabrn48.png",
            "128": ".\/icons\/tabrn128.png",
            "256": ".\/icons\/tabrn256.png"
        }
    },
    "icons": {
        "16": ".\/icons\/tabrn16.png",
        "32": ".\/icons\/tabrn32.png",
        "48": ".\/icons\/tabrn48.png",
        "128": ".\/icons\/tabrn128.png",
        "256": ".\/icons\/tabrn256.png"
    }
}