PDF Bookmarker

Bookmark PDF pages for easy access

PDF Bookmarkerとは何ですか?

PDF BookmarkerはMichael Truongによって開発されたChromeの拡張機能で、その主な機能は「Bookmark PDF pages for easy access」です。

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

screenshot

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

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 PDF Bookmarker PDF Bookmarker
ID lcjfmnolgglggffdhkpfgiobobfmbhbd
公式URL https://chromewebstore.google.com/detail/pdf-bookmarker/lcjfmnolgglggffdhkpfgiobobfmbhbd
説明 Bookmark PDF pages for easy access
ファイルサイズ 141 KB
インストール数 666
現在のバージョン 2.0.1
最終更新日 2022-01-23
公開日 2021-06-24
評価 3.50/5 合計 4 レビュー
開発者 Michael Truong
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}