Highlighter - Web & PDF

A highlighting and organizing tool for websites and PDF's. ​​📝

Highlighter - Web & PDF란 무엇입니까?

Highlighter - Web & PDF은(는) V & G에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A highlighting and organizing tool for websites and PDF's. ​​📝"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Highlighter - Web & PDF 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️Easy to set up⬇️:

1. Install the extension.
2. Enable/disable the extension’s icon through the pop-up and customize the settings for the extension in your Google Chrome settings.
3. Highlight 🎨websites and PDFs with multiple colors, and make annotations, revisit them anytime with a single click. 🔖
4. The highlights are fetched and visually rendered based on the respective URL.

✨Features ✨

1. You can highlight local PDFs, Online PDFs, or upload PDFs directly.
2. Organize your highlighted PDFs into folders and sub-folders. 📑
3. Access your highlights anywhere, your highlights and notes are synced with the Cloud.

Highlight 🖌 & organize your documents 📃with our free and super easy-to-use extension.                    

확장 프로그램 기본 정보

이름 Highlighter - Web & PDF Highlighter - Web & PDF
ID bjacihmnpfaibndcfgonkkgioghkbhpk
공식 URL https://chromewebstore.google.com/detail/highlighter-web-pdf/bjacihmnpfaibndcfgonkkgioghkbhpk
설명 A highlighting and organizing tool for websites and PDF's. ​​📝
파일 크기 16.72 KB
설치 횟수 19
현재 버전 1.0.0
최근 업데이트 2022-12-10
출시 날짜 2022-12-10
평점 3.67/5 총 3 개의 평점
개발자 V & G
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlighter - Web & PDF",
    "version": "1.0.0",
    "description": "A highlighting and organizing tool for websites and PDF's. \u200b\u200b\ud83d\udcdd",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content_styles.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "file:\/\/\/*\/"
    ]
}