Fleet
Lets you read faster!
Was ist Fleet?
Fleet ist eine Chrome-Erweiterung, die von Ayush Sharma entwickelt wurde, und ihr Hauptmerkmal ist "Lets you read faster!".
Erweiterungsscreenshots
Fleet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fleet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | Fleet |
ID | mebcmnhlefdecaoghkaincjnkepgjgib |
Offizielle URL | https://chromewebstore.google.com/detail/fleet/mebcmnhlefdecaoghkaincjnkepgjgib |
Beschreibung | Lets you read faster! |
Dateigröße | 907 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-05-27 |
Veröffentlichungsdatum | 2022-05-24 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Ayush Sharma |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |