PDF Bookmarker
Bookmark PDF pages for easy access
¿Qué es PDF Bookmarker?
PDF Bookmarker es una extensión de Chrome desarrollada por Michael Truong, y su función principal es "Bookmark PDF pages for easy access".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PDF Bookmarker
Descarga archivos de extensión PDF Bookmarker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | lcjfmnolgglggffdhkpfgiobobfmbhbd |
URL Oficial | https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd |
Descripción | Bookmark PDF pages for easy access |
Tamaño del Archivo | 141 KB |
Cantidad de Instalaciones | 666 |
Versión Actual | 2.0.1 |
Última Actualización | 2022-01-23 |
Fecha de Publicación | 2021-06-24 |
Calificación | 3.50/5 Total de 4 Calificaciones |
Desarrollador | Michael Truong |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |