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…

PDF Bookmarkとは何ですか?

PDF Bookmarkはoverstudiotechによって開発されたChromeの拡張機能で、その主な機能は「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…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PDF Bookmark拡張機能のCRXファイルをダウンロード

PDF Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 PDF Bookmark PDF Bookmark
ID mcalpfgelkfeonobdckkjgkgmcmjamgb
公式URL https://chromewebstore.google.com/detail/pdf-bookmark/mcalpfgelkfeonobdckkjgkgmcmjamgb
説明 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…
ファイルサイズ 417 KB
インストール数 3,123
現在のバージョン 0.2
最終更新日 2021-05-30
公開日 2021-05-17
評価 4.50/5 合計 8 レビュー
開発者 overstudiotech
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://pdfbookmark.github.io
プライバシーポリシーページのURL https://pdfbookmark.github.io/privacy_policy.html
対応言語 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\/*"
    ]
}