Always Reading

This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list

ما هو Always Reading؟

Always Reading هو إضافة Chrome تم تطويرها بواسطة https://www.alwaysreading.io، والميزة الرئيسية لها هي "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".

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

screenshot

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

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

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

                        Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin,  you can simply click the spectacles icon and the current page url will be added to your reading list.

You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.                    

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

الاسم Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
عنوان URL الرسمي https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
الوصف This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
حجم الملف 871 KB
عدد التثبيتات 52
النسخة الحالية 1.6
آخر تحديث 2018-03-17
تاريخ النشر 2018-03-17
تقييم 4.75/5 مجموع تقييمات 4
المطور https://www.alwaysreading.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.alwaysreading.io
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Reading",
    "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list",
    "version": "1.6",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Always Reading!"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.alwaysreading.io\/"
    ]
}