Articles Simplifier

This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...

ما هو Articles Simplifier؟

Articles Simplifier هو إضافة Chrome تم تطويرها بواسطة noamamv، والميزة الرئيسية لها هي "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

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

screenshot

تحميل ملف CRX للإضافة Articles Simplifier

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

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

                        This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more using www.outline.com services.
Just click "Add to Chrome," then visit your favorite website for reading and our extension will use it’s url for presenting you the simplify info, no copy\past needed.
Simply click the extension button, or right click in a page you want to simplify and click on our extension to redirect your article to Outline.com.
Hopefully you enjoy our extension, we would love to hear feedback from you.                    

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

الاسم Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
عنوان URL الرسمي https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
الوصف This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
حجم الملف 19.48 KB
عدد التثبيتات 816
النسخة الحالية 1
آخر تحديث 2022-02-15
تاريخ النشر 2022-02-15
المطور noamamv
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://home.articlesimplifier.com/
عنوان صفحة المساعدة https://home.articlesimplifier.com/contact.html
عنوان صفحة سياسة الخصوصية https://home.articlesimplifier.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo128.png",
        "default_title": "Articles Simplifier"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "manifest_version": 3,
    "name": "Articles Simplifier",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "alarms",
        "storage"
    ],
    "version": "1"
}