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…

O que é PDF Bookmark?

PDF Bookmark é uma extensão do Chrome desenvolvida por overstudiotech, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PDF Bookmark

Baixe arquivos de extensão PDF Bookmark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PDF Bookmark PDF Bookmark
ID mcalpfgelkfeonobdckkjgkgmcmjamgb
URL Oficial https://chromewebstore.google.com/detail/pdf-bookmark/mcalpfgelkfeonobdckkjgkgmcmjamgb
Descrição 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…
Tamanho do Arquivo 417 KB
Contagem de Instalações 3,123
Versão Atual 0.2
Última Atualização 2021-05-30
Data de Publicação 2021-05-17
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor overstudiotech
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://pdfbookmark.github.io
URL da Página de Política de Privacidade https://pdfbookmark.github.io/privacy_policy.html
Idiomas Suportados 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\/*"
    ]
}