Fleet

Lets you read faster!

O que é Fleet?

Fleet é uma extensão do Chrome desenvolvida por Ayush Sharma, e sua principal característica é "Lets you read faster!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fleet

Baixe arquivos de extensão Fleet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Fleet Fleet
ID mebcmnhlefdecaoghkaincjnkepgjgib
URL Oficial https://chromewebstore.google.com/detail/fleet/mebcmnhlefdecaoghkaincjnkepgjgib
Descrição Lets you read faster!
Tamanho do Arquivo 907 KB
Contagem de Instalações 79
Versão Atual 1.0.0
Última Atualização 2022-05-27
Data de Publicação 2022-05-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Ayush Sharma
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}