WaspLine Reader

Read faster using color gradients

Τι είναι το WaspLine Reader;

Το WaspLine Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον corollari, και η κύρια λειτουργία του είναι "Read faster using color gradients".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης WaspLine Reader

Λήψη αρχείων επέκτασης WaspLine Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WaspLine Reader WaspLine Reader
ID ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Επίσημο URL https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm
Περιγραφή Read faster using color gradients
Μέγεθος Αρχείου 28.83 KB
Αριθμός Εγκαταστάσεων 1,864
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2019-08-12
Ημερομηνία Δημοσίευσης 2019-08-12
Αξιολόγηση 4.58/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής corollari
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wasplinereader.com/
Υποστηριζόμενες Γλώσσες 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:\/\/*\/"
    ]
}