jetzt

Speed Reading

Cos'è jetzt?

jetzt è un'estensione di Chrome sviluppata da wi34rd, e la sua funzione principale è "Speed Reading".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione jetzt

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

                        jetzt is a speed-reader extension for Chrome inspired by Spritz.

Use
===

Control is currently keyboard-only.

Initiate jetzt by pressing alt-s and clicking on the block of text you wish to read. Alternatively, select some text before pressing alt-s.

Change size with +/-.

Go faster/slower with up/down arrow keys.

Go back/forward a sentence with left/right arrow keys (hold alt to navigate by paragraphs).

Pause with space.

Close with escape.

Switch between light/dark themes with 0

Toggle summary stats with / or ? at the end of a run                    

Informazioni di Base sull'Estensione

Nome jetzt jetzt
ID cnolacpkiokbppmgagjlfhllielebabb
URL Ufficiale https://chromewebstore.google.com/detail/jetzt/cnolacpkiokbppmgagjlfhllielebabb
Descrizione Speed Reading
Dimensione del File 210 KB
Conteggio Installazioni 3,138
Versione Corrente 1.2.0
Ultimo Aggiornamento 2014-08-27
Data di Pubblicazione 2014-08-26
Valutazione 4.75/5 Totale 16 Valutazioni
Sviluppatore wi34rd
Tipo di Pagamento free
Sito Web dell'Estensione https://ds300.github.io/jetzt/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jetzt",
    "description": "Speed Reading",
    "version": "1.2.0",
    "homepage_url": "https:\/\/ds300.github.io\/jetzt",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "jetzt.css"
            ],
            "js": [
                "modules\/preamble.js",
                "modules\/helpers.js",
                "modules\/config.js",
                "modules\/themes.js",
                "modules\/parse.js",
                "modules\/exec.js",
                "modules\/view.js",
                "modules\/select.js",
                "modules\/control.js",
                "modules\/init.js",
                "chrome-config.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "fontSettings"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "speed-read with jetzt"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options\/index.html"
}