Keyword Extractor

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

Cos'è Keyword Extractor?

Keyword Extractor è un'estensione di Chrome sviluppata da Hiblox, e la sua funzione principale è "Free keyword tool that extracts text from the website you visit. Easy to use.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyword Extractor

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

                                            

Informazioni di Base sull'Estensione

Nome Keyword Extractor Keyword Extractor
ID hgdanalmcipcgojcicjenedeaoedebla
URL Ufficiale https://chromewebstore.google.com/detail/keyword-extractor/hgdanalmcipcgojcicjenedeaoedebla
Descrizione Free keyword tool that extracts text from the website you visit. Easy to use.
Dimensione del File 38.08 KB
Conteggio Installazioni 1,892
Versione Corrente 1.03
Ultimo Aggiornamento 2017-12-30
Data di Pubblicazione 2017-12-30
Valutazione 2.00/5 Totale 5 Valutazioni
Sviluppatore Hiblox
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}