Reader One New Tab

All News in One App for Chrome New Tab

Reader One New Tab란 무엇입니까?

Reader One New Tab은(는) https://reader.one에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All News in One App for Chrome New Tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reader One New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One App for New Tab

This add on will list hot topics from Product Hunt, Hacker News, DN & Reddit on your Chrome New Tab.                    

확장 프로그램 기본 정보

이름 Reader One New Tab Reader One New Tab
ID hflhgklopklngaeoamlkieklibeeelbg
공식 URL https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg
설명 All News in One App for Chrome New Tab
파일 크기 211 KB
설치 횟수 263
현재 버전 1.0.1
최근 업데이트 2019-08-07
출시 날짜 2019-08-07
평점 4.83/5 총 6 개의 평점
개발자 https://reader.one
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.reader.one https:\/\/reader.one",
    "description": "All News in One App for Chrome New Tab",
    "icons": {
        "128": ".\/public\/assets\/icon_128.png",
        "16": ".\/public\/assets\/icon_16.png",
        "48": ".\/public\/assets\/icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reader.one\/"
            ],
            "js": [
                "scripts\/installed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Reader One New Tab",
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/*.reader.one\/"
    ],
    "version": "1.0.1"
}