Simultaneous Scrolling

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

O que é Simultaneous Scrolling?

Simultaneous Scrolling é uma extensão do Chrome desenvolvida por fumyparli, e sua principal característica é "Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simultaneous Scrolling

Baixe arquivos de extensão Simultaneous Scrolling no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Simultaneous Scrolling Simultaneous Scrolling
ID kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
URL Oficial https://chromewebstore.google.com/detail/simultaneous-scrolling/kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
Descrição Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.
Tamanho do Arquivo 20.2 KB
Contagem de Instalações 392
Versão Atual 1.0.3
Última Atualização 2023-05-20
Data de Publicação 2023-01-29
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor fumyparli
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}