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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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