Text Analyzer (Beta)

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

什麼是Text Analyzer (Beta)?

Text Analyzer (Beta)是由Jorge C開發的Chrome擴展程式,該擴展的主要功能是“A text analyzer to extract entities from websites and add their descriptions and Wikipedia links”。

擴展截圖

screenshot

下載Text Analyzer (Beta)擴展crx文件

下載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
官方網址 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"
    ]
}