stutter

RSVP for browsers

stutter क्या है?

stutter https://jamestomasino.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RSVP for browsers"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में stutter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Read web content faster and easier with this open-source Rapid Serial Visual Presentation (RSVP) extension.

You can begin running Stutter in one of three ways:

    Click on the icon in the browser to start Stuttering the full page.
    Press Alt+R to trigger Stutter by hotkey.
    Select text you'd like to Stutter and then right-click and choose "Stutter Selection".

When Stutter is running, you can use the following hotkeys for control:

    Alt-R - Restart Stutter on the whole page
    Alt+P - Pause/Resume
    Alt+Left - Skip backwards
    Alt+Right - Skip forwards
    Alt+Up - Increase WPM by 50
    Alt+Down - Decrease WPM by 50
    Esc - Close Stutter

Keep your eye focused on the red letters and let the words flash by. You'll quickly be reading faster than ever!

Privacy Policy:
No data is collected. Settings are stored locally or in Chrome sync if enabled.                    

एक्सटेंशन की मूल जानकारी

नाम stutter stutter
ID fbapmaboedchhgjolcnpfgoanbfajchl
आधिकारिक URL https://chromewebstore.google.com/detail/stutter/fbapmaboedchhgjolcnpfgoanbfajchl
विवरण RSVP for browsers
फ़ाइल का आकार 292 KB
स्थापना संख्या 472
वर्तमान संस्करण 1.12.7
अंतिम अपडेट 2022-06-25
प्रकाशन तिथि 2020-01-29
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://jamestomasino.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jamestomasino/stutter
सहायता पृष्ठ URL https://github.com/jamestomasino/stutter/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "James Tomasino",
    "manifest_version": 2,
    "name": "stutter",
    "short_name": "stutter",
    "description": "RSVP for browsers",
    "version": "1.12.7",
    "homepage_url": "https:\/\/github.com\/jamestomasino\/stutter",
    "icons": {
        "16": "icons\/stutter-16.png",
        "48": "icons\/stutter-48.png",
        "64": "icons\/stutter-64.png",
        "96": "icons\/stutter-96.png",
        "128": "icons\/stutter-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/stutter-64.png"
        },
        "default_title": "stutter"
    },
    "background": {
        "scripts": [
            "dist-bg\/index.js"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{8cc45662-d58a-4a06-bf7b-4fcdf1d54b8d}"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "dist-options\/index.html",
        "open_in_tab": true
    }
}