Fleet

Lets you read faster!

Cos'è Fleet?

Fleet è un'estensione di Chrome sviluppata da Ayush Sharma, e la sua funzione principale è "Lets you read faster!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fleet

Scarica i file di estensione Fleet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Fleet Fleet
ID mebcmnhlefdecaoghkaincjnkepgjgib
URL Ufficiale https://chromewebstore.google.com/detail/fleet/mebcmnhlefdecaoghkaincjnkepgjgib
Descrizione Lets you read faster!
Dimensione del File 907 KB
Conteggio Installazioni 79
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-05-27
Data di Pubblicazione 2022-05-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Ayush Sharma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}