Highlighter - Web & PDF

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

Τι είναι το Highlighter - Web & PDF;

Το Highlighter - Web & PDF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον V & G, και η κύρια λειτουργία του είναι "A highlighting and organizing tool for websites and PDF's. ​​📝".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Highlighter - Web & PDF

Λήψη αρχείων επέκτασης 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
Επίσημο 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:\/\/\/*\/"
    ]
}