Keyword Extractor

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

ما هو Keyword Extractor؟

Keyword Extractor هو إضافة Chrome تم تطويرها بواسطة Hiblox، والميزة الرئيسية لها هي "Free keyword tool that extracts text from the website you visit. Easy to use.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Keyword Extractor

قم بتنزيل ملفات الامتداد Keyword Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Keyword Extractor Keyword Extractor
ID hgdanalmcipcgojcicjenedeaoedebla
عنوان URL الرسمي https://chromewebstore.google.com/detail/keyword-extractor/hgdanalmcipcgojcicjenedeaoedebla
الوصف Free keyword tool that extracts text from the website you visit. Easy to use.
حجم الملف 38.08 KB
عدد التثبيتات 1,892
النسخة الحالية 1.03
آخر تحديث 2017-12-30
تاريخ النشر 2017-12-30
تقييم 2.00/5 مجموع تقييمات 5
المطور Hiblox
نوع الدفع free
اللغات المدعومة 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",
        ""
    ]
}