Unclutter New Tab

Access your Unclutter reading queue from your new tab page.

Unclutter New Tab란 무엇입니까?

Unclutter New Tab은(는) https://lindylearn.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access your Unclutter reading queue from your new tab page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension replaces the standard "recommended sites" section on each new tab page with your Unclutter reading queue. Press TAB any time to browse your full library.

Make sure to install the Unclutter reader mode first: 
https://chrome.google.com/webstore/detail/unclutter-ad-blocker-for/ibckhpijbdmdobhhhodkceffdngnglpk

Note: This extension is not affiliated with Google.                    

확장 프로그램 기본 정보

이름 Unclutter New Tab Unclutter New Tab
ID bghgkooimeljolohebojceacblokenjn
공식 URL https://chromewebstore.google.com/detail/unclutter-new-tab/bghgkooimeljolohebojceacblokenjn
설명 Access your Unclutter reading queue from your new tab page.
파일 크기 1.3 MB
설치 횟수 181
현재 버전 0.7.0
최근 업데이트 2023-03-02
출시 날짜 2022-10-23
평점 5.00/5 총 2 개의 평점
개발자 https://lindylearn.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unclutter New Tab",
    "version": "0.7.0",
    "description": "Access your Unclutter reading queue from your new tab page.",
    "homepage_url": "https:\/\/github.com\/lindylearn\/unclutter",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon.png"
    },
    "permissions": [
        "storage",
        "search"
    ],
    "host_permissions": [],
    "minimum_chrome_version": "96",
    "background": {
        "service_worker": "background\/events.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "new-tab\/index.*",
                "new-tab\/tailwind.css.js",
                "assets\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab\/index-chrome.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/my.unclutter.it\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}