SpeedRead

This extension that let's you speed read any website in your browser.

ما هو SpeedRead؟

SpeedRead هو إضافة Chrome تم تطويرها بواسطة tdomhan، والميزة الرئيسية لها هي "This extension that let's you speed read any website in your browser.".

تحميل ملف CRX للإضافة SpeedRead

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

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

                                            

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

الاسم SpeedRead SpeedRead
ID fnhiopjamldpipdooegababdpjjenngh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/speedread/fnhiopjamldpipdooegababdpjjenngh
الوصف This extension that let's you speed read any website in your browser.
حجم الملف 43.34 KB
عدد التثبيتات 37
النسخة الحالية 1.0
آخر تحديث 2014-03-09
تاريخ النشر 2014-03-09
المطور tdomhan
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedRead",
    "description": "This extension that let's you speed read any website in your browser.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon-16x16.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "speedreader.css"
            ],
            "js": [
                "jquery.js",
                "spin.min.js",
                "speedreader.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/speedreader-article-extractor.herokuapp.com\/*"
    ]
}