PDF Bookmarker
Bookmark PDF pages for easy access
PDF Bookmarker란 무엇입니까?
PDF Bookmarker은(는) Michael Truong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark PDF pages for easy access"입니다.
확장 프로그램 스크린샷
PDF Bookmarker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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" } } |