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是由fumyparli开发的Chrome扩展程序,该扩展的主要功能是“Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.”。

扩展截图

screenshot

下载Simultaneous Scrolling扩展crx文件

下载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"
    }
}