Keywords Highlighter

Keywords Highlighter.

Cos'è Keywords Highlighter?

Keywords Highlighter è un'estensione di Chrome sviluppata da http://gadelkareem.com, e la sua funzione principale è "Keywords Highlighter.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Keywords Highlighter

Scarica i file di estensione Keywords 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

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

Informazioni di Base sull'Estensione

Nome Keywords Highlighter Keywords Highlighter
ID jdpmilkhgmpgjlmphfpabfimbkfiimhk
URL Ufficiale https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk
Descrizione Keywords Highlighter.
Dimensione del File 108 KB
Conteggio Installazioni 323
Versione Corrente 1.2
Ultimo Aggiornamento 2016-04-08
Data di Pubblicazione 2016-04-07
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore http://gadelkareem.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gadelkareem.com/
URL della Pagina di Aiuto http://gadelkareem.com/
URL della Pagina della Politica sulla Privacy https://gadelkareem.com/category/wordpress
Lingue Supportate 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'"
}