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はfrancesco marassiによって開発されたChromeの拡張機能で、その主な機能は「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

Cozy Reader拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}