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 là gì?

Simultaneous Scrolling là một tiện ích mở rộng Chrome được phát triển bởi fumyparli, và tính năng chính của nó là "Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simultaneous Scrolling

Tải xuống các tệp mở rộng Simultaneous Scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simultaneous Scrolling Simultaneous Scrolling
ID kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
URL Chính Thức https://chromewebstore.google.com/detail/simultaneous-scrolling/kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
Mô tả Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.
Kích Thước Tệp 20.2 KB
Số Lần Cài Đặt 392
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-05-20
Ngày Phát Hành 2023-01-29
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển fumyparli
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}