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文件

下載JoyTab - Your News Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}