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 |
官方網址 | 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" } } |