Bookmark
Saves scroll positions for websites.
Bookmark là gì?
Bookmark là một tiện ích mở rộng Chrome được phát triển bởi jspt256, và tính năng chính của nó là "Saves scroll positions for websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmark
Tải xuống các tệp mở rộng Bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
Mô tả | Saves scroll positions for websites. |
Kích Thước Tệp | 152 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-02-27 |
Ngày Phát Hành | 2019-02-27 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | jspt256 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jperrett256/Bookmark |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |