Highlit

Highlights all occurrences of the currently selected word on page.

Highlitとは何ですか?

HighlitはNikola Toshevによって開発されたChromeの拡張機能で、その主な機能は「Highlights all occurrences of the currently selected word on page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Highlit拡張機能のCRXファイルをダウンロード

Highlit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension that highlights all occurrences of the currently selected word or phrase (recognizing different word forms in English). This is useful to outline central concepts in a text, or visually highlight where a specific identifier is used in code in browser window. Double-click a word on the current page to highlight it and all it's occurrences.                    

拡張機能の基本情報

名前 Highlit Highlit
ID cooahmcpmajfpnanjkdfiejkffphknnm
公式URL https://chrome.google.com/webstore/detail/highlit/cooahmcpmajfpnanjkdfiejkffphknnm
説明 Highlights all occurrences of the currently selected word on page.
ファイルサイズ 15.58 KB
インストール数 952
現在のバージョン 0.2.2
最終更新日 2019-03-08
公開日 2019-03-08
評価 3.19/5 合計 16 レビュー
開発者 Nikola Toshev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlit",
    "version": "0.2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "39",
    "description": "Highlights all occurrences of the currently selected word on page.",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lancasterStemming.js",
                "highlit.min.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*.map"
    ],
    "permissions": [
        "storage"
    ]
}