Super Highlighter

Highlight text on web page with a simple right-click and keyboard shortcut. Custom highlight color. Saves highlights on your device.

Τι είναι το Super Highlighter;

Το Super Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον extfun, και η κύρια λειτουργία του είναι "Highlight text on web page with a simple right-click and keyboard shortcut. Custom highlight color. Saves highlights on your device.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super Highlighter

Λήψη αρχείων επέκτασης Super Highlighter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Highlight text on websites with a simple right-click or keyboard shortcut. Saves highlights on your device.

Easiest way to highlight text on any webpage! Simply select text, then right click it to select the "Highlight" option. Alternatively, use the default keyboard shortcut 'Alt+H'.

You can customize the colors of the highlighter, and you can switch these colors through shortcut keys.

You can customize shortcut keys and use all functions without mouse.

All highlighted texts are saved so that your highlights are not lost when exiting a page! Simply re-opening that page will bring back all the highlights.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Super Highlighter Super Highlighter
ID ifnlkhhhhklpmjjbdpnpenpgbndniedg
Επίσημο URL https://chromewebstore.google.com/detail/super-highlighter/ifnlkhhhhklpmjjbdpnpenpgbndniedg
Περιγραφή Highlight text on web page with a simple right-click and keyboard shortcut. Custom highlight color. Saves highlights on your device.
Μέγεθος Αρχείου 89.13 KB
Αριθμός Εγκαταστάσεων 2,424
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2021-08-24
Ημερομηνία Δημοσίευσης 2021-08-24
Αξιολόγηση 4.63/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής extfun
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2.1",
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "storage.js",
                "utils\/storageManager.js",
                "utils\/highlight.js",
                "utils\/highlight_legacy.js",
                "utils\/errorManager.js",
                "utils\/hoverTools.js",
                "contentScripts\/loadHighlights.js",
                "contentScripts\/highlighterCursor.js",
                "contentScripts\/shortcut.js"
            ],
            "css": [
                "hoverTools.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "analytics.js",
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "hoverTools.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}