Reading Speed Test

This extension lets you measure your reading speed on any web text.

Wat is Reading Speed Test?

Reading Speed Test is een Chrome-extensie ontwikkeld door Datea, en de belangrijkste functie is "This extension lets you measure your reading speed on any web text.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Reading Speed Test

Download Reading Speed Test-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Measure your reading speed on any website text you want. 

Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button.

See the visual step by step guide in the attached pictures.                    

Basisinformatie over de Extensie

Naam Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
Officiële URL https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
Beschrijving This extension lets you measure your reading speed on any web text.
Bestandsgrootte 21.73 KB
Aantal Installaties 63
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-01
Publicatiedatum 2017-01-01
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Datea
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading Speed Test",
    "description": "This extension lets you measure your reading speed on any web text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_wip10_19.png",
            "38": "icon_wip10_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_wip10_16.png",
        "32": "icon_wip10_32.png",
        "64": "icon_wip10_64.png",
        "128": "icon_wip10_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "close_16.png"
    ]
}