JoyTab - Your News Tab

A joy photography themed top news stories reader for your New Tab page

JoyTab - Your News Tab란 무엇입니까?

JoyTab - Your News Tab은(는) Audien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A joy photography themed top news stories reader for your New Tab page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

JoyTab - Your News Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JoyTab is an extension that replaces your new tab with refreshing photography backgrounds, a search bar, and trending new stories so you have everything you'll need when you open a new tab. The news stories are powered by The New York Times RSS Feed.

By clicking "Add to chrome", I accept and agree to installing the JoyTab extension and setting Chrome New Tab search to that provided by the service. The search provider will be Microsoft Bing

Privacy Policy: https://audien.io/privacy/

Terms of Service: https://audien.io/user/agreement/

Key Feature Include: 

* Show Most Visited Sites
* Refreshing Photography Background
* See Trending News Stories

You can reach out to us at [email protected]                    

확장 프로그램 기본 정보

이름 JoyTab - Your News Tab JoyTab - Your News Tab
ID pchdgeoklpcoicflglaoifjeoklpjffb
공식 URL https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb
설명 A joy photography themed top news stories reader for your New Tab page
파일 크기 14.2 MB
설치 횟수 4,389
현재 버전 0.0.9
최근 업데이트 2023-05-31
출시 날짜 2022-08-09
개발자 Audien
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://audien.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    },
    "description": "A joy photography themed top news stories reader for your New Tab page",
    "manifest_version": 3,
    "name": "JoyTab - Your News Tab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "0.0.9",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    }
}