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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}