doqment PDF Reader

Mozilla's HTML5 PDF Viewer with Reader-mode add-on.

doqment PDF Reader란 무엇입니까?

doqment PDF Reader은(는) Shiva Prasad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mozilla's HTML5 PDF Viewer with Reader-mode add-on."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

doqment PDF Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        doqment is a modified version of the PDF.js viewer used by Firefox, with a Reader Mode add-on that allows you to view PDFs in different colour themes. It has both Light & Dark themes to make long-time reading more comfortable on your eyes.

It also adds some other handy features like Smart zooming text and hiding the toolbar to assist reading, especially on smaller screens.

Happy PDF Reading!

Features:
• Choose reader theme
• Annotate PDF files
• Fill out interactive PDF forms
• View document thumbnails or outline
• Present, print, download and bookmark
• Rotate, change scrolling and spreads

How to use:
• Right/Ctrl click a link or embeded PDF and choose 'Open in doqment'
• Open a PDF in Chrome and click the toolbar button
• Click the toolbar button in New Tab to open local PDF files
• Right/Ctrl the click toolbar button for more options and settings
• Granting access to all sites allows setting as default PDF viewer
• PDF viewer settings can be changed in the Options page

Keyboard shortcuts:
• `Alt+Q`: Open current tab in doqment: (`^Q` on macOS)
• `Z`: Smart zoom text under mouse pointer
• `F3`: Toggle the main toolbar

All PDF.js shortcuts can be viewed at https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#what-are-the-pdfjs-keyboard-shortcuts.

Notes:
• To open PDFs in Chrome without downloading them, you may need to check if it is enabled first (go to Settings => Privacy and security => Site Settings => Additional content settings => PDF documents; or open `chrome://settings/content/pdfDocuments`). If you set it to Download, you can still use doqment via the right-click menu.
• Changing the colours of PDFs needs some processing and that may slightly slow down the rendering in Reader Mode. Feel free to report if it is annoyingly slow for a PDF you are trying to read.
• Please do not report your issues with this extension to the Firefox viewer team. This is a separate extension, so post your issues/feedbacks directly at the Support tab, by mail or over at the GitHub page.

This software is fully open-source and does not collect any user data.                    

확장 프로그램 기본 정보

이름 doqment PDF Reader doqment PDF Reader
ID ajmcpdllaaklaocodbnllhkaflncmlog
공식 URL https://chromewebstore.google.com/detail/doqment-pdf-reader/ajmcpdllaaklaocodbnllhkaflncmlog
설명 Mozilla's HTML5 PDF Viewer with Reader-mode add-on.
파일 크기 3.47 MB
설치 횟수 180
현재 버전 0.7
최근 업데이트 2024-01-10
출시 날짜 2023-01-02
평점 5.00/5 총 5 개의 평점
개발자 Shiva Prasad
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/shivaprsd/doqment
도움말 페이지 URL https://github.com/shivaprsd/doqment/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.7",
    "minimum_chrome_version": "102",
    "name": "doqment PDF Reader",
    "short_name": "doqment",
    "description": "Mozilla's HTML5 PDF Viewer with Reader-mode add-on.",
    "author": "Shiva Prasad",
    "homepage_url": "https:\/\/github.com\/shivaprsd\/doqment",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/mv3-worker.js"
    },
    "options_ui": {
        "page": "pages\/options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pdfjs\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Open in doqment"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "MacCtrl+Q",
                "default": "Alt+Q"
            },
            "description": "Open in doqment"
        }
    }
}