Readup

The best way to read online.

Readup란 무엇입니까?

Readup은(는) https://readup.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to read online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Readup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enables you to read articles on Readup.

Readup offers: 
- 100% ad- and distraction-free reading.
- Algorithms you can trust.
- Civil discourse.

For more information visit Readup.org. 

*****

The internet broke reading. We fixed it. 

Join us today.                    

확장 프로그램 기본 정보

이름 Readup Readup
ID mkeiglkfdfamdjehidenkklibndmljfi
공식 URL https://chromewebstore.google.com/detail/readup/mkeiglkfdfamdjehidenkklibndmljfi
설명 The best way to read online.
파일 크기 514 KB
설치 횟수 461
현재 버전 8.1.0
최근 업데이트 2023-11-28
출시 날짜 2020-05-20
평점 4.75/5 총 16 개의 평점
개발자 https://readup.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://readup.org/
도움말 페이지 URL https://readup.org/faq
개인정보 보호 정책 페이지 URL https://readup.org/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readup",
    "description": "The best way to read online.",
    "author": "reallyread.it, inc.",
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "24": ".\/icons\/icon-24.png",
        "32": ".\/icons\/icon-32.png",
        "40": ".\/icons\/icon-40.png",
        "48": ".\/icons\/icon-48.png",
        "64": ".\/icons\/icon-64.png",
        "72": ".\/icons\/icon-72.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "24": ".\/icons\/icon-24.png",
            "32": ".\/icons\/icon-32.png",
            "40": ".\/icons\/icon-40.png",
            "48": ".\/icons\/icon-48.png"
        },
        "default_title": "Readup"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/readup.org\/*"
            ],
            "js": [
                ".\/content-scripts\/web-app\/bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/alert\/bundle.css",
                "content-scripts\/reader\/bundle.css",
                "content-scripts\/reader\/reset.css",
                "content-scripts\/ui\/fonts\/cambria-bold.ttf",
                "content-scripts\/ui\/fonts\/cambria-regular.ttf",
                "content-scripts\/ui\/fonts\/museo-sans-100.ttf",
                "content-scripts\/ui\/fonts\/museo-sans-300.ttf",
                "content-scripts\/ui\/fonts\/museo-sans-500.ttf",
                "content-scripts\/ui\/fonts\/museo-sans-700.ttf",
                "content-scripts\/ui\/fonts\/museo-sans-900.ttf",
                "content-scripts\/ui\/images\/logo.svg",
                "content-scripts\/ui\/images\/logo-white.svg",
                "options-page\/bundle.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options-page\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "cookies",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "version": "8.1.0",
    "background": {
        "service_worker": ".\/event-page\/bundle.js"
    }
}