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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}