reddit new tab
Extension that makes reddit links open in new tab by default.
Wat is reddit new tab?
reddit new tab is een Chrome-extensie ontwikkeld door ashatte, en de belangrijkste functie is "Extension that makes reddit links open in new tab by default.".
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
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 :)
Basisinformatie over de Extensie
Naam | |
ID | dpjlocnomggnbkecncocpdhnidkgekkc |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc |
Beschrijving | Extension that makes reddit links open in new tab by default. |
Bestandsgrootte | 61.66 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2014-05-28 |
Publicatiedatum | 2014-05-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ashatte |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |