Simultaneous Scrolling

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

Co je Simultaneous Scrolling?

Simultaneous Scrolling je rozšíření Chrome vyvinuté fumyparli, a jeho hlavní funkcí je „Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Simultaneous Scrolling

Stáhněte si soubory rozšíření Simultaneous Scrolling ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Simultaneous Scrolling Simultaneous Scrolling
ID kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
Oficiální URL https://chromewebstore.google.com/detail/simultaneous-scrolling/kdhkfpcbdfdifbpfdoghkgfhclhfjpkk
Popis Scroll tabs at the same time! Using this extension, you can view two tabs in different languages at the same time.
Velikost souboru 20.2 KB
Počet instalací 392
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-05-20
Datum Vydání 2023-01-29
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář fumyparli
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}