Bookmark
Saves scroll positions for websites.
What is Bookmark?
Bookmark is a Chrome extension developed by jspt256, and its main feature is "Saves scroll positions for websites.".
Extension Screenshots
Download Bookmark Extension CRX File
Download Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
Official URL | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
Description | Saves scroll positions for websites. |
File Size | 152 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2019-02-27 |
Publish Date | 2019-02-27 |
Rating | 4.67/5 Total 3 Ratings |
Developer | jspt256 |
Payment Type | free |
Extension Website | https://github.com/jperrett256/Bookmark |
Supported Languages | 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" } } |