PDF Bookmarker
Bookmark PDF pages for easy access
PDF Bookmarker là gì?
PDF Bookmarker là một tiện ích mở rộng Chrome được phát triển bởi Michael Truong, và tính năng chính của nó là "Bookmark PDF pages for easy access".
Ả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 PDF Bookmarker
Tải xuống các tệp mở rộng PDF Bookmarker 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
Read PDFs efficiently with PDF Bookmarker. Have you ever used a PDF version of a textbook and hated manually switching back and forth between pages? PDF Bookmarker solves this problem by allowing users to title and bookmark specific pages in the PDF. Using PDF Bookmarker: - simply enter in the page number and title of what you want to call the bookmark (title optional) and it will save onto the extension for easy access -click the bookmark button to bookmark your desired page - click the arrow button to access the page, and the delete button to delete the bookmark Created by Michael Truong
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcjfmnolgglggffdhkpfgiobobfmbhbd |
URL Chính Thức | https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd |
Mô tả | Bookmark PDF pages for easy access |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 666 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-01-23 |
Ngày Phát Hành | 2021-06-24 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Michael Truong |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Bookmarker", "description": "Bookmark PDF pages for easy access", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/PDF16.png", "32": "\/images\/PDF32.png", "48": "\/images\/PDF48.png", "128": "\/images\/PDF128.png" } }, "icons": { "16": "\/images\/PDF16.png", "32": "\/images\/PDF32.png", "48": "\/images\/PDF48.png", "128": "\/images\/PDF128.png" } } |