PDF Bookmarker

Bookmark PDF pages for easy access

Что такое PDF Bookmarker?

PDF Bookmarker - это расширение Chrome, разработанное Michael Truong, и его основная функция - "Bookmark PDF pages for easy access".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PDF Bookmarker

Скачайте файлы расширений 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
Электронная почта [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"
    }
}