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"
            ]
        }
    ]
}