New Tab for Reddit

Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!

什麼是New Tab for Reddit?

New Tab for Reddit是由ALTab開發的Chrome擴展程式,該擴展的主要功能是“Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!”。

擴展截圖

screenshot
screenshot
screenshot

下載New Tab for Reddit擴展crx文件

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

擴展使用說明

                        Combine multiple Subreddits into a single feed and see the top posts, links, images, and videos in one place.

1. Add any Subreddit's feed you want to follow to your homepage
2. Combine multiple Subreddits into a single feed (e.g. meirl + me_irl, whitepeopletwitter + blackpeopletwitter)
3. Drag and drop feeds to arrange the perfect home page
4. Most visited sites and Google Search will still be there, at the top of the page

For Redditors, by Redditors                    

擴展基本資訊

名稱 New Tab for Reddit New Tab for Reddit
ID mkdfgkdkelchdejnijjoamieonffdpmb
官方網址 https://chromewebstore.google.com/detail/new-tab-for-reddit/mkdfgkdkelchdejnijjoamieonffdpmb
簡介 Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!
檔案大小 190 KB
安裝次數 158
目前版本 1.18
更新時間 2023-12-03
上架時間 2022-03-23
評分 4.63/5 共 8 次評分
開發者 ALTab
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab for Reddit",
    "description": "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!",
    "version": "1.18",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png",
        "64": "64-icon.png"
    },
    "action": [],
    "optional_permissions": [
        "topSites"
    ]
}