WaspLine Reader

Read faster using color gradients

Wat is WaspLine Reader?

WaspLine Reader is een Chrome-extensie ontwikkeld door corollari, en de belangrijkste functie is "Read faster using color gradients".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WaspLine Reader

Download WaspLine Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WaspLine Reader WaspLine Reader
ID ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Officiële URL https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Beschrijving Read faster using color gradients
Bestandsgrootte 28.83 KB
Aantal Installaties 1,864
Huidige Versie 1.2.0
Laatst Bijgewerkt 2019-08-12
Publicatiedatum 2019-08-12
Beoordeling 4.58/5 Totaal 19 Beoordelingen
Ontwikkelaar corollari
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wasplinereader.com/
Ondersteunde Talen 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:\/\/*\/"
    ]
}