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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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",
        ""
    ]
}