reddit new tab
Extension that makes reddit links open in new tab by default.
Co to jest reddit new tab?
reddit new tab to rozszerzenie Chrome opracowane przez ashatte, a jego główną funkcją jest „Extension that makes reddit links open in new tab by default.”.
Pobierz plik CRX rozszerzenia reddit new tab
Pobierz pliki rozszerzeń reddit new tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dpjlocnomggnbkecncocpdhnidkgekkc |
Oficjalny URL | https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc |
Opis | Extension that makes reddit links open in new tab by default. |
Rozmiar pliku | 61.66 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-05-28 |
Data Publikacji | 2014-05-28 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | ashatte |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |