Keep scroll sync
It's an extension for keep scroll position cross platform.
什么是Keep scroll sync?
Keep scroll sync是由LiDeguang开发的Chrome扩展程序,该扩展的主要功能是“It's an extension for keep scroll position cross platform.”。
扩展截图
下载Keep scroll sync扩展crx文件
下载Keep scroll sync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's an extension for keeping page scroll position synced across platforms. 这是一个用于在不同设备之间同步页面滚动位置的浏览器扩展程序。 Roadmap: https://github.com/Deguang/keep-scroll-sync/issues/1 Data sync is based on chrome.storage (https://developer.chrome.com/extensions/storage) 数据同步是基于 chrome.storage (https://developer.chrome.com/extensions/storage) 实现的。
扩展基本信息
名称 | Keep scroll sync |
ID | lblfgppmhibloglgndekfdhmbfbdlndl |
官方URL | https://chromewebstore.google.com/detail/keep-scroll-sync/lblfgppmhibloglgndekfdhmbfbdlndl |
简介 | It's an extension for keep scroll position cross platform. |
文件大小 | 21.75 KB |
安装次数 | 41 |
当前版本 | 0.1.0.0 |
更新时间 | 2023-08-02 |
上架时间 | 2018-11-22 |
评分 | 5.00/5 共3次评分 |
开发者 | LiDeguang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Deguang/keep-scroll-sync |
支持的语言 | en |
manifest.json | |
{ "name": "Keep scroll sync", "description": "It's an extension for keep scroll position cross platform.", "version": "0.1.0.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": ".\/images\/logo_16.png", "32": ".\/images\/logo_32.png", "48": ".\/images\/logo_48.png", "128": ".\/images\/logo_128.png" } }, "icons": { "16": ".\/images\/logo_16.png", "32": ".\/images\/logo_32.png", "48": ".\/images\/logo_48.png", "128": ".\/images\/logo_128.png" }, "commands": { "open_extension": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "permissions": [ "tabs", "activeTab", "storage", "contentSettings" ], "content_scripts": [ { "matches": [ " |