WebExtension.net
WebExtension.net

Serial Speed Reader

View on Chrome Web Store
View Serial Speed Reader Chrome Extension on Chrome Web Store
3.2 (6 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A program that will serially display selected text word by word.
Type
Extension
Users
127 users
1
Sam Larison
View author page of Sam Larison
Published
Published on May 13, 2011
Version 0.0.1.5
Manifest version
2
Updated
Updated on June 19, 2023
View on Chrome Web Store
View Serial Speed Reader Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "A program that will serially display selected text word by word.",
    "name": "Serial Speed Reader",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Speed Reader",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "read.user.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "<all_urls>"
    ],
    "version": "0.0.1.5"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top