Keyword Extractor

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

Apa itu Keyword Extractor?

Keyword Extractor adalah ekstensi Chrome yang dikembangkan oleh Hiblox, dan fitur utamanya adalah "Free keyword tool that extracts text from the website you visit. Easy to use.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Keyword Extractor

Unduh file ekstensi Keyword Extractor 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

                                            

Informasi Dasar Ekstensi

Nama Keyword Extractor Keyword Extractor
ID hgdanalmcipcgojcicjenedeaoedebla
URL Resmi https://chromewebstore.google.com/detail/keyword-extractor/hgdanalmcipcgojcicjenedeaoedebla
Deskripsi Free keyword tool that extracts text from the website you visit. Easy to use.
Ukuran File 38.08 KB
Jumlah Instalasi 1,892
Versi Saat Ini 1.03
Terakhir Diperbarui 2017-12-30
Tanggal Publikasi 2017-12-30
Penilaian 2.00/5 Total 5 Penilaian
Pengembang Hiblox
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}