Reddit New Tab

Replaces New Tab instances with a post from Sub-Reddits of your choice.

什麼是Reddit New Tab?

Reddit New Tab是由Ankit Sultana開發的Chrome擴展程式,該擴展的主要功能是“Replaces New Tab instances with a post from Sub-Reddits of your choice.”。

擴展截圖

screenshot
screenshot
screenshot

下載Reddit New Tab擴展crx文件

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

擴展使用說明

                        Top Posts for the past 24 hours from the Sub Reddits you have subscribed are taken. You can choose the subreddits by entering their url on the options page. See the screenshots for more information

Changelog:

* v2.3.4: Fix bug where the last category was never selected
* v2.3.3: Remove scroll bar on options page
* v2.3.2: Now you can click on the content to open the link
* v2.3.1 : Fixed bug that caused previous button to keep showing on refreshing

Author: 
    Ankit Sultana                    

擴展基本資訊

名稱 Reddit New Tab Reddit New Tab
ID gkobcdoenbilkdahndhmcdjbofoldfcd
官方網址 https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd
簡介 Replaces New Tab instances with a post from Sub-Reddits of your choice.
檔案大小 408 KB
安裝次數 20
目前版本 2.3.4
更新時間 2016-10-12
上架時間 2016-10-12
評分 4.90/5 共 10 次評分
開發者 Ankit Sultana
付費類型 free
擴展官網 https://github.com/bk2dcradle/reddit-new-tab
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit New Tab",
    "description": "Replaces New Tab instances with a post from Sub-Reddits of your choice.",
    "version": "2.3.4",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "\/images\/icons\/reddit16.png",
        "48": "\/images\/icons\/reddit48.png",
        "128": "\/images\/icons\/reddit128.png"
    },
    "permissions": [
        "https:\/\/www.reddit.com\/*",
        "storage"
    ],
    "manifest_version": 2,
    "options_page": "options.html"
}