Fleet
Lets you read faster!
什么是Fleet?
Fleet是由Ayush Sharma开发的Chrome扩展程序,该扩展的主要功能是“Lets you read faster!”。
扩展截图
下载Fleet扩展crx文件
下载Fleet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reading a lot of pages on the internet? You like to read but you don't have time for that? Presenting Fleet! Fleet lets you read faster by focusing only on the most important words in a text. We do it by highlighting the few parts of each word that matter, so that when your eyes move from letter to letter, they only travel as far as they need to go. Fleet is perfect for news, articles, online books etc. Just click on the extension icon to enable Fleet reading on any webpage to start reading instantly and effortlessly. Skimming through words is a popular speed reading technique. Fleet makes it a conscious exercise, so you read more words within a specified timeframe. For feedback and questions, write to [email protected]
扩展基本信息
名称 | Fleet |
ID | mebcmnhlefdecaoghkaincjnkepgjgib |
官方URL | https://chromewebstore.google.com/detail/fleet/mebcmnhlefdecaoghkaincjnkepgjgib |
简介 | Lets you read faster! |
文件大小 | 907 KB |
安装次数 | 79 |
当前版本 | 1.0.0 |
更新时间 | 2022-05-27 |
上架时间 | 2022-05-24 |
评分 | 5.00/5 共5次评分 |
开发者 | Ayush Sharma |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fleet", "description": "Lets you read faster!", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "action": { "default_popup": "popup.html" } } |