Cozy Reader

Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.

ما هو Cozy Reader؟

Cozy Reader هو إضافة Chrome تم تطويرها بواسطة francesco marassi، والميزة الرئيسية لها هي "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cozy Reader

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

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

                        Cozy Reader removes all the noise from the web articles that you want to read.


All your articles are securely saved and encrypted on Blockstack: Cozy uses BlockStack to save forever the articles that you want to read. Even if the website goes down or the original articles is deleted, you will have access to the article.                    

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

الاسم Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
عنوان URL الرسمي https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
الوصف Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
حجم الملف 24.5 KB
عدد التثبيتات 113
النسخة الحالية 0.2.1
آخر تحديث 2020-01-09
تاريخ النشر 2020-01-08
تقييم 5.00/5 مجموع تقييمات 1
المطور francesco marassi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cozyreader.xyz
اللغات المدعومة en
manifest.json
{
    "author": "Cozy Reader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cozy Reader",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        "*.html"
    ],
    "id": "cozyreader.xyz"
}