Bookmark
Saves scroll positions for websites.
什么是Bookmark?
Bookmark是由jspt256开发的Chrome扩展程序,该扩展的主要功能是“Saves scroll positions for websites.”。
扩展截图
下载Bookmark扩展crx文件
下载Bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
官方URL | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
简介 | Saves scroll positions for websites. |
文件大小 | 152 KB |
安装次数 | 43 |
当前版本 | 1.0 |
更新时间 | 2019-02-27 |
上架时间 | 2019-02-27 |
评分 | 4.67/5 共3次评分 |
开发者 | jspt256 |
付费类型 | free |
扩展官网 | https://github.com/jperrett256/Bookmark |
支持的语言 | 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" } } |