WaspLine Reader

Read faster using color gradients

O que é WaspLine Reader?

WaspLine Reader é uma extensão do Chrome desenvolvida por corollari, e sua principal característica é "Read faster using color gradients".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WaspLine Reader

Baixe arquivos de extensão WaspLine Reader 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

                        Make reading long texts online easier and faster by using this extension, which works by applying color gradients that make it easier for the eyes to chain together the ending of a line with the beginning of the next.

This extension is totally open source. The repository with all the code licensed under The Unlicense can be found at https://github.com/corollari/waspline-reader.                    

Informações Básicas da Extensão

Nome WaspLine Reader WaspLine Reader
ID ndlnnojbbcbdpkccfmcgbopalpbmhbhm
URL Oficial https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Descrição Read faster using color gradients
Tamanho do Arquivo 28.83 KB
Contagem de Instalações 1,864
Versão Atual 1.2.0
Última Atualização 2019-08-12
Data de Publicação 2019-08-12
Classificação 4.58/5 Total de 19 Avaliações
Desenvolvedor corollari
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wasplinereader.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WaspLine Reader",
    "version": "1.2.0",
    "description": "Read faster using color gradients",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/wasp16.png",
            "24": "icons\/wasp24.png",
            "32": "icons\/wasp32.png"
        },
        "default_title": "Apply gradients",
        "default_popup": "menu\/index.html"
    },
    "icons": {
        "16": "icons\/wasp16.png",
        "48": "icons\/wasp48.png",
        "128": "icons\/wasp128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}