WaspLine Reader

Read faster using color gradients

Co to jest WaspLine Reader?

WaspLine Reader to rozszerzenie Chrome opracowane przez corollari, a jego główną funkcją jest „Read faster using color gradients”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WaspLine Reader

Pobierz pliki rozszerzeń WaspLine Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WaspLine Reader WaspLine Reader
ID ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Oficjalny URL https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Opis Read faster using color gradients
Rozmiar pliku 28.83 KB
Liczba instalacji 1,864
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2019-08-12
Data Publikacji 2019-08-12
Ocena 4.58/5 Łącznie 19 Oceny
Deweloper corollari
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wasplinereader.com/
Obsługiwane Języki 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:\/\/*\/"
    ]
}