Reading Time

Read smart. Tells you how long a webpage takes to read.

ما هو Reading Time؟

Reading Time هو إضافة Chrome تم تطويرها بواسطة Oscar de Dios، والميزة الرئيسية لها هي "Read smart. Tells you how long a webpage takes to read.".

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

screenshot

تحميل ملف CRX للإضافة Reading Time

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

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

                        This extension calculates the time for reading an article. 

It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc.

In the options page you can change the speed reading. 

You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.                    

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

الاسم Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
عنوان URL الرسمي https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
الوصف Read smart. Tells you how long a webpage takes to read.
حجم الملف 161 KB
عدد التثبيتات 139
النسخة الحالية 1.0.5
آخر تحديث 2014-05-26
تاريخ النشر 2014-05-26
تقييم 3.11/5 مجموع تقييمات 9
المطور Oscar de Dios
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.noteboardapp.com/policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Time",
    "manifest_version": 2,
    "version": "1.0.5",
    "short_name": "Reading Time",
    "icons": {
        "48": "book.png"
    },
    "description": "Read smart.  Tells you how long a webpage takes to read.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Reading Time",
        "default_icon": "book.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/ajax-loader.gif"
    ]
}