Spritz

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

Spritzとは何ですか?

SpritzはSpritz Holding LLCによって開発されたChromeの拡張機能で、その主な機能は「Read your favorite web content twice as fast with far greater comprehension.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Spritz拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}