reddit new tab
Extension that makes reddit links open in new tab by default.
reddit new tab란 무엇입니까?
reddit new tab은(는) ashatte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that makes reddit links open in new tab by default."입니다.
reddit new tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 :)
확장 프로그램 기본 정보
이름 | |
ID | dpjlocnomggnbkecncocpdhnidkgekkc |
공식 URL | https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc |
설명 | Extension that makes reddit links open in new tab by default. |
파일 크기 | 61.66 KB |
설치 횟수 | 18 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2014-05-28 |
출시 날짜 | 2014-05-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | ashatte |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |