Readsy
A tool to help users read text more easily by highlighting key parts of speech
什么是Readsy?
Readsy是由https://readsyapp.com开发的Chrome扩展程序,该扩展的主要功能是“A tool to help users read text more easily by highlighting key parts of speech”。
扩展截图
下载Readsy扩展crx文件
下载Readsy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Readsy parses text on webpages to determine each text item's part-of-speech and then adds user directed background highlighting or font color shading around each word based on its classification type. The aim is to allow users to skim through material faster than normal by emphasizing parts-of-speech such as nouns, verbs, and adjectives, while de-emphasizing parts-of-speech such as prepositions and conjuctions. Users can change which parts-of-speech are highlighted, change the color of the highlights, and save their own color templates. Readsy does not run automatically. Instead, a floating button is added to the browser window in the top left corner which a user can click on to execute the part-of-speech parsing. This takes all the text on the page and sends it to an API which parses through all of the text and sends back a data-object containing each word and its classification. Readsy then takes this data-object, parses through the page HTML and encapsulates each text-item with the appropriate classification.
扩展基本信息
名称 | Readsy |
ID | nopgbkabhipfhbciolfjhmkflphjfkca |
官方URL | https://chromewebstore.google.com/detail/readsy/nopgbkabhipfhbciolfjhmkflphjfkca |
简介 | A tool to help users read text more easily by highlighting key parts of speech |
文件大小 | 146 KB |
安装次数 | 832 |
当前版本 | 1.0.5 |
更新时间 | 2022-10-17 |
上架时间 | 2022-10-14 |
评分 | 4.25/5 共4次评分 |
开发者 | https://readsyapp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://readsyapp.com |
帮助页面URL | https://readsyapp.com/contact-us |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Readsy", "description": "A tool to help users read text more easily by highlighting key parts of speech", "version": "1.0.5", "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/www.readsyapp.com\/*", "http:\/\/readsyapp.com\/*", "https:\/\/readsyapp.com\/*", "https:\/\/readsy.app\/*", "https:\/\/www.readsy.app\/*" ] }, "content_scripts": [ { "matches": [ " |