Keyword Extractor

Free keyword tool that extracts text from the website you visit. Easy to use.

Qu'est-ce que Keyword Extractor ?

Keyword Extractor est une extension Chrome développée par Hiblox, et sa fonction principale est "Free keyword tool that extracts text from the website you visit. Easy to use.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keyword Extractor

Téléchargez les fichiers d'extension Keyword Extractor 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

                                            

Informations de Base sur l'Extension

Nom Keyword Extractor Keyword Extractor
ID hgdanalmcipcgojcicjenedeaoedebla
URL Officiel https://chromewebstore.google.com/detail/keyword-extractor/hgdanalmcipcgojcicjenedeaoedebla
Description Free keyword tool that extracts text from the website you visit. Easy to use.
Taille du Fichier 38.08 KB
Nombre d'Installations 1,892
Version Actuelle 1.03
Dernière Mise à Jour 2017-12-30
Date de Publication 2017-12-30
Évaluation 2.00/5 Total 5 Évaluations
Développeur Hiblox
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Extractor",
    "description": "Free keyword tool that extracts text from the website you visit. Easy to use.",
    "version": "1.03",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Keyword Extractor"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        ""
    ]
}