Reading Speed Test

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

Reading Speed Test क्या है?

Reading Speed Test Datea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you measure your reading speed on any web text."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reading Speed Test एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}