PDF Bookmarker
Bookmark PDF pages for easy access
什么是PDF Bookmarker?
PDF Bookmarker是由Michael Truong开发的Chrome扩展程序,该扩展的主要功能是“Bookmark PDF pages for easy access”。
扩展截图
下载PDF Bookmarker扩展crx文件
下载PDF Bookmarker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | lcjfmnolgglggffdhkpfgiobobfmbhbd |
官方URL | https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd |
简介 | Bookmark PDF pages for easy access |
文件大小 | 141 KB |
安装次数 | 666 |
当前版本 | 2.0.1 |
更新时间 | 2022-01-23 |
上架时间 | 2021-06-24 |
评分 | 3.50/5 共4次评分 |
开发者 | Michael Truong |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |