Keep scroll sync
It's an extension for keep scroll position cross platform.
Was ist Keep scroll sync?
Keep scroll sync ist eine Chrome-Erweiterung, die von LiDeguang entwickelt wurde, und ihr Hauptmerkmal ist "It's an extension for keep scroll position cross platform.".
Erweiterungsscreenshots
Keep scroll sync-Erweiterungs-CRX-Datei herunterladen
Laden Sie Keep scroll sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) 实现的。
Grundlegende Informationen zur Erweiterung
Name | Keep scroll sync |
ID | lblfgppmhibloglgndekfdhmbfbdlndl |
Offizielle URL | https://chromewebstore.google.com/detail/keep-scroll-sync/lblfgppmhibloglgndekfdhmbfbdlndl |
Beschreibung | It's an extension for keep scroll position cross platform. |
Dateigröße | 21.75 KB |
Installationsanzahl | 41 |
Aktuelle Version | 0.1.0.0 |
Letztes Update | 2023-08-02 |
Veröffentlichungsdatum | 2018-11-22 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | LiDeguang |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Deguang/keep-scroll-sync |
Unterstützte Sprachen | 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": [ " |