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'est-ce que PDF Bookmark ?

PDF Bookmark est une extension Chrome développée par overstudiotech, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PDF Bookmark

Téléchargez les fichiers d'extension PDF Bookmark 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

                        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                    

Informations de Base sur l'Extension

Nom PDF Bookmark PDF Bookmark
ID mcalpfgelkfeonobdckkjgkgmcmjamgb
URL Officiel https://chromewebstore.google.com/detail/pdf-bookmark/mcalpfgelkfeonobdckkjgkgmcmjamgb
Description 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…
Taille du Fichier 417 KB
Nombre d'Installations 3,123
Version Actuelle 0.2
Dernière Mise à Jour 2021-05-30
Date de Publication 2021-05-17
Évaluation 4.50/5 Total 8 Évaluations
Développeur overstudiotech
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://pdfbookmark.github.io
URL de la Page de Politique de Confidentialité https://pdfbookmark.github.io/privacy_policy.html
Langues Prises en Charge 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\/*"
    ]
}