Reddit New Tab

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

Reddit New Tab란 무엇입니까?

Reddit New Tab은(는) Ankit Sultana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces New Tab instances with a post from Sub-Reddits of your choice."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reddit New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Reddit New Tab Reddit New Tab
ID gkobcdoenbilkdahndhmcdjbofoldfcd
공식 URL https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd
설명 Replaces New Tab instances with a post from Sub-Reddits of your choice.
파일 크기 408 KB
설치 횟수 20
현재 버전 2.3.4
최근 업데이트 2016-10-12
출시 날짜 2016-10-12
평점 4.90/5 총 10 개의 평점
개발자 Ankit Sultana
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bk2dcradle/reddit-new-tab
지원되는 언어 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"
}