Text Analyzer (Beta)
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Text Analyzer (Beta) là gì?
Text Analyzer (Beta) là một tiện ích mở rộng Chrome được phát triển bởi Jorge C, và tính năng chính của nó là "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Text Analyzer (Beta)
Tải xuống các tệp mở rộng Text Analyzer (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bcakimpfpalgpppieompcmnaeplackki |
URL Chính Thức | https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki |
Mô tả | A text analyzer to extract entities from websites and add their descriptions and Wikipedia links |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 588 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2016-09-21 |
Ngày Phát Hành | 2016-09-21 |
Đánh Giá | 2.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Jorge C |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |