reddit new tab

Extension that makes reddit links open in new tab by default.

Qu'est-ce que reddit new tab ?

reddit new tab est une extension Chrome développée par ashatte, et sa fonction principale est "Extension that makes reddit links open in new tab by default.".

Télécharger le fichier CRX de l'extension reddit new tab

Téléchargez les fichiers d'extension reddit new tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        By default, reddit links open in the current tab. I found that I would scroll through a list of links, and [right-click -> open in new tab] some of the more interesting links which I then read in bulk. This extension reduces the number of clicks by opening reddit posts in a new tab when clicked as per normal. So you can scroll through the page, click on all of the interesting links, then proceed to read them after.

==== NOTE ====
* If there are issues on your particular version of Chrome, or on your operating system, please send me a message so that I can fix it :)                    

Informations de Base sur l'Extension

Nom reddit new tab reddit new tab
ID dpjlocnomggnbkecncocpdhnidkgekkc
URL Officiel https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc
Description Extension that makes reddit links open in new tab by default.
Taille du Fichier 61.66 KB
Nombre d'Installations 18
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-05-28
Date de Publication 2014-05-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur ashatte
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit new tab",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that makes reddit links open in new tab by default.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "newtabber.js"
            ]
        }
    ]
}