sync-scroller
sync scroller position on the same tab
ما هو sync-scroller؟
sync-scroller هو إضافة Chrome تم تطويرها بواسطة Yu Hongda، والميزة الرئيسية لها هي "sync scroller position on the same tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة sync-scroller
قم بتنزيل ملفات الامتداد sync-scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
when you open two pages that have the same url, and enable this extension, the two pages will scroll together.
معلومات أساسية عن التمديد
الاسم | sync-scroller |
ID | oblelnolgpdaikheobdopadbkbbfledb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb |
الوصف | sync scroller position on the same tab |
حجم الملف | 104 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2023-11-22 |
تاريخ النشر | 2021-10-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Yu Hongda |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "sync-scroller", "name": "sync-scroller", "description": "sync scroller position on the same tab", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-04356628.js" ], "matches": [ " |