Keywords Highlighter

Keywords Highlighter.

Keywords Highlighterとは何ですか?

Keywords Highlighterはhttp://gadelkareem.comによって開発されたChromeの拡張機能で、その主な機能は「Keywords Highlighter.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Simple keyword highlighter for your google searches. Enable the extension will automatically highlight all keywords with different colors on all pages.                    

拡張機能の基本情報

名前 Keywords Highlighter Keywords Highlighter
ID jdpmilkhgmpgjlmphfpabfimbkfiimhk
公式URL https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk
説明 Keywords Highlighter.
ファイルサイズ 108 KB
インストール数 323
現在のバージョン 1.2
最終更新日 2016-04-08
公開日 2016-04-07
評価 3.29/5 合計 7 レビュー
開発者 http://gadelkareem.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://gadelkareem.com/
ヘルプページのURL http://gadelkareem.com/
プライバシーポリシーページのURL https://gadelkareem.com/category/wordpress
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Keywords Highlighter"
    },
    "description": "Keywords Highlighter.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "search-highlight-0.33.min.js",
                "highlighter.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "Keywords Highlighter",
    "version": "1.2",
    "homepage_url": "http:\/\/gadelkareem.com\/",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}