Reading Time
Add a reading time indicator to Readability
ما هو Reading Time؟
Reading Time هو إضافة Chrome تم تطويرها بواسطة donnierayjones، والميزة الرئيسية لها هي "Add a reading time indicator to Readability".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reading Time
قم بتنزيل ملفات الامتداد Reading Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Today's blog posts are too long. See just how too long they are with this Google Chrome extension. Decide within seconds if you don't have enough minutes (or hours?) to read an article. Issues or feature requests? Find me on twitter: @donnierayjones. Full changelog available on github: https://github.com/donnierayjones/reading-time-chrome/commits/master
معلومات أساسية عن التمديد
الاسم | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
الوصف | Add a reading time indicator to Readability |
حجم الملف | 64.37 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2014-02-13 |
تاريخ النشر | 2014-02-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | donnierayjones |
نوع الدفع | free |
موقع الإضافة | https://github.com/donnierayjones/reading-time-chrome |
عنوان صفحة المساعدة | https://github.com/donnierayjones/reading-time-chrome/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "version": "0.1.0", "manifest_version": 2, "description": "Add a reading time indicator to Readability", "content_scripts": [ { "matches": [ "http:\/\/www.readability.com\/*", "https:\/\/www.readability.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |