Tab scroll synchronizer
Synchronize scroll position of tabs
Tab scroll synchronizerคืออะไร?
Tab scroll synchronizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yukai Huang และคุณลักษณะหลักของมันคือ "Synchronize scroll position of tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab scroll synchronizer
ดาวน์โหลดไฟล์ส่วนขยาย Tab scroll synchronizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Scroll Synchronizer is a browser extension that allows you to synchronize the scroll position of multiple tabs. For example, if you have multiple tabs open to the same website, one is translated into another language, and you want to keep the scroll position in sync, you can use this extension to do so.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab scroll synchronizer |
ID | mnfmkjjofbgocdpdhfchonaefmnikbgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-scroll-synchronizer/mnfmkjjofbgocdpdhfchonaefmnikbgc |
คำอธิบาย | Synchronize scroll position of tabs |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 239 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2024-02-08 |
วันที่เผยแพร่ | 2023-03-05 |
คะแนน | 2.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Yukai Huang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Yukaii/tab-scroll-synchronizer |
URL หน้าช่วยเหลือ | https://github.com/Yukaii/tab-scroll-synchronizer/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.0.2", "author": "yukai", "name": "Tab scroll synchronizer", "description": "Synchronize scroll position of tabs", "background": { "service_worker": "background.5fadff2f.js" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |