TabRotator

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

TabRotatorคืออะไร?

TabRotator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aoliao และคุณลักษณะหลักของมันคือ "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabRotator

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}