Fast Reader

Speed up your reading!

Cos'è Fast Reader?

Fast Reader è un'estensione di Chrome sviluppata da dmarch, e la sua funzione principale è "Speed up your reading!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast Reader

Scarica i file di estensione Fast Reader 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

                        This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.                    

Informazioni di Base sull'Estensione

Nome Fast Reader Fast Reader
ID okiodagpdhmlhpikmbohgelnmngkhfhm
URL Ufficiale https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm
Descrizione Speed up your reading!
Dimensione del File 1.72 MB
Conteggio Installazioni 191
Versione Corrente 1.1
Ultimo Aggiornamento 2013-06-23
Data di Pubblicazione 2013-06-23
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore dmarch
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Reader",
    "description": "Speed up your reading!",
    "version": "1.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Fast Reader - speed up your reading!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}