PDF Bookmark

The easiest way to have all your PDF file organized! Do you want to have all your books in one place with a bookmark in a specific…

¿Qué es PDF Bookmark?

PDF Bookmark es una extensión de Chrome desarrollada por overstudiotech, y su función principal es "The easiest way to have all your PDF file organized! Do you want to have all your books in one place with a bookmark in a specific…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PDF Bookmark

Descarga archivos de extensión PDF Bookmark 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

                        The easiest way to have all your PDF file organized!

Do you want to have all your books in one place with a bookmark in a specific page? 
Are you working on a project with multiple PDF files? 

With PDF Bookmark you will be able to:
•    CREATE bookmarks of PDFs on websites or your PC
•    SAVE UNLIMITED pages per book
•    SAVE UNLIMITED PDF files
•    SORT your books alphabetically

Contact us:
- Email: [email protected]
- Website: pdfbookmark.github.io                    

Información Básica de la Extensión

Nombre PDF Bookmark PDF Bookmark
ID mcalpfgelkfeonobdckkjgkgmcmjamgb
URL Oficial https://chromewebstore.google.com/detail/pdf-bookmark/mcalpfgelkfeonobdckkjgkgmcmjamgb
Descripción The easiest way to have all your PDF file organized! Do you want to have all your books in one place with a bookmark in a specific…
Tamaño del Archivo 417 KB
Cantidad de Instalaciones 3,123
Versión Actual 0.2
Última Actualización 2021-05-30
Fecha de Publicación 2021-05-17
Calificación 4.50/5 Total de 8 Calificaciones
Desarrollador overstudiotech
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://pdfbookmark.github.io
URL de la Página de Política de Privacidad https://pdfbookmark.github.io/privacy_policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Bookmark",
    "version": "0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "ExtPay.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "res\/img\/pdf_bookmark_1_16.png",
        "32": "res\/img\/pdf_bookmark_1_32.png",
        "48": "res\/img\/pdf_bookmark_1_48.png",
        "128": "res\/img\/pdf_bookmark_1_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "\/res\/img\/pdf_bookmark_1.png",
        "default_title": "PDF_bookmark"
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "https:\/\/extensionpay.com\/*"
    ]
}