Reddit New Tab

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

Was ist Reddit New Tab?

Reddit New Tab ist eine Chrome-Erweiterung, die von Ankit Sultana entwickelt wurde, und ihr Hauptmerkmal ist "Replaces New Tab instances with a post from Sub-Reddits of your choice.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Reddit New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Reddit New Tab Reddit New Tab
ID gkobcdoenbilkdahndhmcdjbofoldfcd
Offizielle URL https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd
Beschreibung Replaces New Tab instances with a post from Sub-Reddits of your choice.
Dateigröße 408 KB
Installationsanzahl 20
Aktuelle Version 2.3.4
Letztes Update 2016-10-12
Veröffentlichungsdatum 2016-10-12
Bewertung 4.90/5 Insgesamt 10 Bewertungen
Entwickler Ankit Sultana
Zahlungsart free
Erweiterungswebsite https://github.com/bk2dcradle/reddit-new-tab
Unterstützte Sprachen 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"
}