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”。
扩展截图
下载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
扩展基本信息
名称 | |
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" ] } |