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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}