Selection Highlighter

Highlight your selecting text.

What is Selection Highlighter?

Selection Highlighter is a Chrome extension developed by https://cuckookettle.info, and its main feature is "Highlight your selecting text.".

Extension Screenshots

screenshot
screenshot

Download Selection Highlighter Extension CRX File

Download Selection Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Selection Highlighter Selection Highlighter
ID fjolimpbjfkbagdhndlanjnlpbchgibh
Official URL https://chromewebstore.google.com/detail/selection-highlighter/fjolimpbjfkbagdhndlanjnlpbchgibh
Description Highlight your selecting text.
File Size 36.68 KB
Installation Count 48
Current Version 1.0.2
Last Updated 2013-09-07
Publish Date 2013-09-07
Rating 4.50/5 Total 2 Ratings
Developer https://cuckookettle.info
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}