2read

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

Apa itu 2read?

2read adalah ekstensi Chrome yang dikembangkan oleh http://2read.net, dan fitur utamanya adalah "Convert article in current tab to readable form and upload it to IPFS.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 2read

Unduh file ekstensi 2read dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
URL Resmi https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Deskripsi Convert article in current tab to readable form and upload it to IPFS.
Ukuran File 27.85 KB
Jumlah Instalasi 117
Versi Saat Ini 1.8.8
Terakhir Diperbarui 2020-08-28
Tanggal Publikasi 2019-12-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://2read.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://2read.net/
URL Halaman Bantuan https://github.com/meehow/2read/issues
Bahasa yang Didukung 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"
        ]
    }
}