Pocket - Article Reading Time
Displays the estimated time it will take to read an article.
ما هو Pocket - Article Reading Time؟
Pocket - Article Reading Time هو إضافة Chrome تم تطويرها بواسطة Joseph Muia، والميزة الرئيسية لها هي "Displays the estimated time it will take to read an article.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pocket - Article Reading Time
قم بتنزيل ملفات الامتداد Pocket - Article Reading Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lfhcmfgmiglibijdjlelmnfckmijpopg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg |
الوصف | Displays the estimated time it will take to read an article. |
حجم الملف | 17.2 KB |
عدد التثبيتات | 604 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-08-26 |
تاريخ النشر | 2014-08-26 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Joseph Muia |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket - Article Reading Time", "description": "Displays the estimated time it will take to read an article.", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.getpocket.com\/a\/*" ], "js": [ "js\/main.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |