PDF Bookmarker
Bookmark PDF pages for easy access
Was ist PDF Bookmarker?
PDF Bookmarker ist eine Chrome-Erweiterung, die von Michael Truong entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark PDF pages for easy access".
Erweiterungsscreenshots
PDF Bookmarker-Erweiterungs-CRX-Datei herunterladen
Laden Sie PDF Bookmarker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | lcjfmnolgglggffdhkpfgiobobfmbhbd |
Offizielle URL | https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd |
Beschreibung | Bookmark PDF pages for easy access |
Dateigröße | 141 KB |
Installationsanzahl | 666 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2022-01-23 |
Veröffentlichungsdatum | 2021-06-24 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | Michael Truong |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |