Keywords Highlighter

Keywords Highlighter.

Qu'est-ce que Keywords Highlighter ?

Keywords Highlighter est une extension Chrome développée par http://gadelkareem.com, et sa fonction principale est "Keywords Highlighter.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Keywords Highlighter

Téléchargez les fichiers d'extension Keywords Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Keywords Highlighter Keywords Highlighter
ID jdpmilkhgmpgjlmphfpabfimbkfiimhk
URL Officiel https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk
Description Keywords Highlighter.
Taille du Fichier 108 KB
Nombre d'Installations 323
Version Actuelle 1.2
Dernière Mise à Jour 2016-04-08
Date de Publication 2016-04-07
Évaluation 3.29/5 Total 7 Évaluations
Développeur http://gadelkareem.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://gadelkareem.com/
URL de la Page d'Aide http://gadelkareem.com/
URL de la Page de Politique de Confidentialité https://gadelkareem.com/category/wordpress
Langues Prises en Charge 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'"
}