TabRotator

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

什麼是TabRotator?

TabRotator是由Aoliao開發的Chrome擴展程式,該擴展的主要功能是“Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!”。

擴展截圖

screenshot

下載TabRotator擴展crx文件

下載TabRotator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}