Bookmark
Saves scroll positions for websites.
Was ist Bookmark?
Bookmark ist eine Chrome-Erweiterung, die von jspt256 entwickelt wurde, und ihr Hauptmerkmal ist "Saves scroll positions for websites.".
Erweiterungsscreenshots
Bookmark-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark-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
Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages. Features: - Click to save the state of the current tab (URL + scroll position) - Can save multiple scroll positions for a single URL - Apply saved scroll positions with a single click - Automatically filters out the tabs that are not for the current URL - Can view and use all saved tabs - Minimalist interface
Grundlegende Informationen zur Erweiterung
Name | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
Offizielle URL | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
Beschreibung | Saves scroll positions for websites. |
Dateigröße | 152 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-02-27 |
Veröffentlichungsdatum | 2019-02-27 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | jspt256 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jperrett256/Bookmark |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark", "version": "1.0", "description": "Saves scroll positions for websites.", "icons": { "48": "icons\/bookmark-48.png", "96": "icons\/bookmark-96.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icons\/bookmark-32.png", "default_title": "Bookmark", "default_popup": "popup\/bookmark.html" } } |