Spritz

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

Qu'est-ce que Spritz ?

Spritz est une extension Chrome développée par Spritz Holding LLC, et sa fonction principale est "Read your favorite web content twice as fast with far greater comprehension.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spritz

Téléchargez les fichiers d'extension Spritz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Spritz Spritz
ID llgdihpoebhhmkdfabfhflonfkkmeblk
URL Officiel https://chromewebstore.google.com/detail/spritz/llgdihpoebhhmkdfabfhflonfkkmeblk
Description Read your favorite web content twice as fast with far greater comprehension.
Taille du Fichier 572 KB
Nombre d'Installations 4,692
Version Actuelle 0.1.2
Dernière Mise à Jour 2023-10-13
Date de Publication 2022-12-04
Évaluation 2.79/5 Total 14 Évaluations
Développeur Spritz Holding LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.spritz.com
URL de la Page d'Aide https://www.spritz.com
URL de la Page de Politique de Confidentialité https://spritz.com/online-privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}