Reading Speed Test

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

Cos'è Reading Speed Test?

Reading Speed Test è un'estensione di Chrome sviluppata da Datea, e la sua funzione principale è "This extension lets you measure your reading speed on any web text.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reading Speed Test

Scarica i file di estensione Reading Speed Test in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
URL Ufficiale https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
Descrizione This extension lets you measure your reading speed on any web text.
Dimensione del File 21.73 KB
Conteggio Installazioni 63
Versione Corrente 1.0
Ultimo Aggiornamento 2017-01-01
Data di Pubblicazione 2017-01-01
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Datea
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}