Selection Highlighter

Highlight your selecting text.

Cos'è Selection Highlighter?

Selection Highlighter è un'estensione di Chrome sviluppata da https://cuckookettle.info, e la sua funzione principale è "Highlight your selecting text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Selection Highlighter

Scarica i file di estensione Selection Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        選択したテキストをハイライト表示するエクステンションです。
テキストを選択すると、文書中のすべての同じテキストをハイライト表示します。

2013/09/08
文字の選択が解除されるバグを修正                    

Informazioni di Base sull'Estensione

Nome Selection Highlighter Selection Highlighter
ID fjolimpbjfkbagdhndlanjnlpbchgibh
URL Ufficiale https://chromewebstore.google.com/detail/selection-highlighter/fjolimpbjfkbagdhndlanjnlpbchgibh
Descrizione Highlight your selecting text.
Dimensione del File 36.68 KB
Conteggio Installazioni 48
Versione Corrente 1.0.2
Ultimo Aggiornamento 2013-09-07
Data di Pubblicazione 2013-09-07
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://cuckookettle.info
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Highlighter",
    "description": "Highlight your selecting text.",
    "version": "1.0.2",
    "icons": {
        "128": "images\/app_icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/selection-highlighter.css"
            ],
            "js": [
                "js\/jslib\/jquery-2.0.2.min.js",
                "js\/jslib\/jquery.highlight-4.closure.js",
                "js\/content_script.js"
            ]
        }
    ]
}