Simultaneous Scrolling

Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.

Simultaneous Scrollingคืออะไร?

Simultaneous Scrolling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fumyparli และคุณลักษณะหลักของมันคือ "Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Simultaneous Scrolling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The automatic translation function will be provided later.

---------- Release Notes ----------
1.0.3 - Fixed a bug that does not work in windows OS full screen mode.
---------------------------------------------

icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/magic                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simultaneous Scrolling Simultaneous Scrolling
ID kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simultaneous-scrolling/kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
คำอธิบาย Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.
ขนาดไฟล์ 20.2 KB
จำนวนการติดตั้ง 392
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-05-20
วันที่เผยแพร่ 2023-01-29
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา fumyparli
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simultaneous Scrolling",
    "description": "Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.",
    "version": "1.0.3",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon128.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}