2read

Convert article in current tab to readable form and upload it to IPFS.

2readとは何ですか?

2readはhttp://2read.netによって開発されたChromeの拡張機能で、その主な機能は「Convert article in current tab to readable form and upload it to IPFS.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

2read拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Please note that content shared with this addon is just cached on IPFS servers. If you want to store the content permanently, you need to have IPFS node running on your computer. You can easily install your local IPFS node using one of these desktop clients:

    ipfs-desktop
    Orion

2read will automatically "pin" your content if you have local node running.                    

拡張機能の基本情報

名前 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
公式URL https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
説明 Convert article in current tab to readable form and upload it to IPFS.
ファイルサイズ 27.85 KB
インストール数 117
現在のバージョン 1.8.8
最終更新日 2020-08-28
公開日 2019-12-29
評価 5.00/5 合計 2 レビュー
開発者 http://2read.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://2read.net/
ヘルプページのURL https://github.com/meehow/2read/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2read",
    "version": "1.8.8",
    "homepage_url": "https:\/\/2read.net\/",
    "description": "Convert article in current tab to readable form and upload it to IPFS.",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "bookmarks"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2read"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}