Keywords Highlighter

Keywords Highlighter.

Apa itu Keywords Highlighter?

Keywords Highlighter adalah ekstensi Chrome yang dikembangkan oleh http://gadelkareem.com, dan fitur utamanya adalah "Keywords Highlighter.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Keywords Highlighter

Unduh file ekstensi Keywords Highlighter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Keywords Highlighter Keywords Highlighter
ID jdpmilkhgmpgjlmphfpabfimbkfiimhk
URL Resmi https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk
Deskripsi Keywords Highlighter.
Ukuran File 108 KB
Jumlah Instalasi 323
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-04-08
Tanggal Publikasi 2016-04-07
Penilaian 3.29/5 Total 7 Penilaian
Pengembang http://gadelkareem.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://gadelkareem.com/
URL Halaman Bantuan http://gadelkareem.com/
URL Halaman Kebijakan Privasi https://gadelkareem.com/category/wordpress
Bahasa yang Didukung 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'"
}