Reddit New Tab

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

Wat is Reddit New Tab?

Reddit New Tab is een Chrome-extensie ontwikkeld door Ankit Sultana, en de belangrijkste functie is "Replaces New Tab instances with a post from Sub-Reddits of your choice.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Reddit New Tab

Download Reddit New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Reddit New Tab Reddit New Tab
ID gkobcdoenbilkdahndhmcdjbofoldfcd
Officiële URL https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd
Beschrijving Replaces New Tab instances with a post from Sub-Reddits of your choice.
Bestandsgrootte 408 KB
Aantal Installaties 20
Huidige Versie 2.3.4
Laatst Bijgewerkt 2016-10-12
Publicatiedatum 2016-10-12
Beoordeling 4.90/5 Totaal 10 Beoordelingen
Ontwikkelaar Ankit Sultana
Betalingswijze free
Extensiewebsite https://github.com/bk2dcradle/reddit-new-tab
Ondersteunde Talen 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"
}