Reddit New Tab

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

¿Qué es Reddit New Tab?

Reddit New Tab es una extensión de Chrome desarrollada por Ankit Sultana, y su función principal es "Replaces New Tab instances with a post from Sub-Reddits of your choice.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reddit New Tab

Descarga archivos de extensión Reddit New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Reddit New Tab Reddit New Tab
ID gkobcdoenbilkdahndhmcdjbofoldfcd
URL Oficial https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd
Descripción Replaces New Tab instances with a post from Sub-Reddits of your choice.
Tamaño del Archivo 408 KB
Cantidad de Instalaciones 20
Versión Actual 2.3.4
Última Actualización 2016-10-12
Fecha de Publicación 2016-10-12
Calificación 4.90/5 Total de 10 Calificaciones
Desarrollador Ankit Sultana
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bk2dcradle/reddit-new-tab
Idiomas Soportados 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"
}