3read

3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.

Qu'est-ce que 3read ?

3read est une extension Chrome développée par Unknown, et sa fonction principale est "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 3read

Téléchargez les fichiers d'extension 3read au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!                    

Informations de Base sur l'Extension

Nom 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
URL Officiel https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Description 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Taille du Fichier 367 KB
Nombre d'Installations 319
Version Actuelle 0.0.4
Dernière Mise à Jour 2014-04-11
Date de Publication 2014-04-11
Évaluation 4.89/5 Total 9 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3read",
    "version": "0.0.4",
    "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "3read Selection"
    },
    "commands": {
        "read": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "3read!"
        }
    },
    "options_page": "options.html",
    "minimum_chrome_version": "18",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}