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
公式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"
    ]
}