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文件

下載Highlighter - Web & PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⬇️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
官方網址 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:\/\/\/*\/"
    ]
}