PDF Bookmarker
Bookmark PDF pages for easy access
Qu'est-ce que PDF Bookmarker ?
PDF Bookmarker est une extension Chrome développée par Michael Truong, et sa fonction principale est "Bookmark PDF pages for easy access".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDF Bookmarker
Téléchargez les fichiers d'extension PDF Bookmarker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lcjfmnolgglggffdhkpfgiobobfmbhbd |
URL Officiel | https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd |
Description | Bookmark PDF pages for easy access |
Taille du Fichier | 141 KB |
Nombre d'Installations | 666 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-01-23 |
Date de Publication | 2021-06-24 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Michael Truong |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |