Highlighter - Web & PDF

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

Highlighter - Web & PDF क्या है?

Highlighter - Web & PDF V & G द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A highlighting and organizing tool for websites and PDF's. ​​📝"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Highlighter - Web & PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/\/*\/"
    ]
}