Text Analyzer (Beta)

A text analyzer to extract entities from websites and add their descriptions and Wikipedia links

Text Analyzer (Beta)คืออะไร?

Text Analyzer (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorge C และคุณลักษณะหลักของมันคือ "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text Analyzer (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย Text Analyzer (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A text analyzer to extract entities from websites and add their descriptions and Wikipedia links                    

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

ชื่อ Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
คำอธิบาย A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 588
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2016-09-21
วันที่เผยแพร่ 2016-09-21
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jorge C
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Analyzer (Beta)",
    "description": "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links",
    "version": "0.6",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.textrazor.com\/",
        "http:\/\/*.textrazor.com\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}