Spritz

Read your favorite web content twice as fast with far greater comprehension.

Τι είναι το Spritz;

Το Spritz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Spritz Holding LLC, και η κύρια λειτουργία του είναι "Read your favorite web content twice as fast with far greater comprehension.".

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

screenshot
screenshot

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

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

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

                        Update 0.1.2:
* Improved and faster Spritz experience
* Major Bugfixes
---
Update 0.1.1:
* Drag top right corner of the Spritz view to move it
* Bugfixes
---

Welcome to the future of reading! Spritz scans the written content of any website (including your favorite news sites) and visually reads it back to you at up to 1000 words per minute. The patented rapid fire, single word display feature is fully adjustable so you can begin training your brain to read up to 2x faster.

Spritz helps busy professionals, avid readers and student alike to consume digital content more efficiently. It improves reading speed, comprehension and retention. By streaming individual words through an isolated display window, Spritz minimized eye movement and fatigue.

When is the last time you tried a new way of reading? Keep up with the flood of news, be in the know, and breeze through long form content with ease. Start spend less time reading and more time doing!

Just select the text and click on Spritz!                    

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

Όνομα Spritz Spritz
ID llgdihpoebhhmkdfabfhflonfkkmeblk
Επίσημο URL https://chromewebstore.google.com/detail/spritz/llgdihpoebhhmkdfabfhflonfkkmeblk
Περιγραφή Read your favorite web content twice as fast with far greater comprehension.
Μέγεθος Αρχείου 572 KB
Αριθμός Εγκαταστάσεων 4,692
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-10-13
Ημερομηνία Δημοσίευσης 2022-12-04
Αξιολόγηση 2.79/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Spritz Holding LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.spritz.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.spritz.com
URL της Σελίδας Πολιτικής Απορρήτου https://spritz.com/online-privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spritz",
    "description": "Read your favorite web content twice as fast with far greater comprehension.",
    "version": "0.1.2",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "logo48.png",
        "default_title": "Start Spritz"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.firebaseio.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}