MultiHighlighter

MultiHighlighter allows multi-word searching/highlighting on almost any web page. Each term is highlighted with a unique color.

Τι είναι το MultiHighlighter;

Το MultiHighlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CCDevGroup, και η κύρια λειτουργία του είναι "MultiHighlighter allows multi-word searching/highlighting on almost any web page. Each term is highlighted with a unique color.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search and highlight or redact text quickly on almost any web page AND local files.

Like keywording?  MultiHighlighter is a light-weight, yet powerful extension that allows multi-word searching/highlighting on almost any web page and local files.

NEW:  Chrome web store feedback:  Visit https://chrome.google.com/webstore/support/ocifbglmlbpgpbflnkfpclkmckoollbn to post any questions or comments you have about this extension; we will be able to reply to your inquiries via this open forum.

Features:
- The MultiHighlighter search bar is wired to a hotkey combination (Ctrl+Shift+A to display, Esc to close)
- All search terms are highlighted with a unique background ‘highlighter’ color
- A real-time count of the number of matched terms appears in the search status area
- Text redaction option allows you to redact currently highlighted terms
- MultiHighlighter does not interfere with the default Chrome browser search functionality
- Highlighting is preserved when printing to standard media or to PDF

Instructions:
- To display the MultiHighlighter search bar, click the extension icon, or press Ctrl+Shift+A in combination after a page has loaded
- Search and highlight occurs as you type in the MultiHighlighter search box
- Highlighting persists after closing the MultiHighlighter search bar
- Highlighting can be removed by clearing all text in the MultiHighlighter search box
- To close the MultiHighlighter search box, press the Esc key, or click the ‘X’ on the right-hand side
- Only words with a length greater than or equal to 2 are searchable
- Search is currently case-insensitive
- Redaction functionality is currently in-process and will be available soon
- This does not work when viewing PDF documents in Chrome

Feeling generous?  You can contribute to this project from CCDevGroup by visiting our PayPal donation page: http://bit.ly/xIqtE3.

Visit http://facebook.com/ccdevgroup and follow us on Twitter https://twitter.com/CCDevGroup to find out about the latest updates and to post your comments or suggestions.

NOTE:  If you notice any issues when updating to a new version of this extension, try clearing your browser cache, and then restarting your browser session.                    

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

Όνομα MultiHighlighter MultiHighlighter
ID ocifbglmlbpgpbflnkfpclkmckoollbn
Επίσημο URL https://chromewebstore.google.com/detail/multihighlighter/ocifbglmlbpgpbflnkfpclkmckoollbn
Περιγραφή MultiHighlighter allows multi-word searching/highlighting on almost any web page. Each term is highlighted with a unique color.
Μέγεθος Αρχείου 269 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.0.124.1
Τελευταία Ενημέρωση 2014-12-03
Ημερομηνία Δημοσίευσης 2014-12-02
Αξιολόγηση 3.26/5 Συνολικά 179 Αξιολογήσεις
Προγραμματιστής CCDevGroup
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://www.facebook.com/CCDevGroup
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultiHighlighter",
    "version": "1.0.124.1",
    "description": "MultiHighlighter allows multi-word searching\/highlighting on almost any web page.  Each term is highlighted with a unique color.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "multiHighlighter128.png",
        "default_title": "MultiHighlighter"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "MultiHighlighter.min.js"
            ],
            "css": [
                "MultiHighlighter.min.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "multiHighlighter128.png",
        "16": "multiHighlighter16.png",
        "256": "multihighlighter256.png",
        "48": "multiHighlighter48.png"
    }
}