Reading Speed Test

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

Τι είναι το Reading Speed Test;

Το Reading Speed Test είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Datea, και η κύρια λειτουργία του είναι "This extension lets you measure your reading speed on any web text.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Reading Speed Test

Λήψη αρχείων επέκτασης Reading Speed Test σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
Επίσημο URL https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
Περιγραφή This extension lets you measure your reading speed on any web text.
Μέγεθος Αρχείου 21.73 KB
Αριθμός Εγκαταστάσεων 63
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-01-01
Ημερομηνία Δημοσίευσης 2017-01-01
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Datea
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}