Speed Reader

Improve your reading speed in a blink of an eye

ما هو Speed Reader؟

Speed Reader هو إضافة Chrome تم تطويرها بواسطة gleblerner، والميزة الرئيسية لها هي "Improve your reading speed in a blink of an eye".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Speed Reader

قم بتنزيل ملفات الامتداد Speed Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Train yourself to read and adsorb knowledge faster.
This is a Chrome extension that lets you read articles in half or a third of the time it usually takes you. It does this by utilizing a visual technique used by the fastest speed readers in the world.                    

معلومات أساسية عن التمديد

الاسم Speed Reader Speed Reader
ID fimfkggneehllccpdfmlaahldjblpabg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/speed-reader/fimfkggneehllccpdfmlaahldjblpabg
الوصف Improve your reading speed in a blink of an eye
حجم الملف 114 KB
عدد التثبيتات 285
النسخة الحالية 1.8.1
آخر تحديث 2014-07-14
تاريخ النشر 2014-07-14
تقييم 5.00/5 مجموع تقييمات 3
المطور gleblerner
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Reader",
    "version": "1.8.1",
    "description": "Improve your reading speed in a blink of an eye",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Speed Reader",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage",
        "input",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "selection.js"
            ],
            "css": [
                "mystyle.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}