New Tab for Reddit
Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!
New Tab for Reddit란 무엇입니까?
New Tab for Reddit은(는) ALTab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!"입니다.
확장 프로그램 스크린샷
New Tab for Reddit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Combine multiple Subreddits into a single feed and see the top posts, links, images, and videos in one place. 1. Add any Subreddit's feed you want to follow to your homepage 2. Combine multiple Subreddits into a single feed (e.g. meirl + me_irl, whitepeopletwitter + blackpeopletwitter) 3. Drag and drop feeds to arrange the perfect home page 4. Most visited sites and Google Search will still be there, at the top of the page For Redditors, by Redditors
확장 프로그램 기본 정보
이름 | New Tab for Reddit |
ID | mkdfgkdkelchdejnijjoamieonffdpmb |
공식 URL | https://chromewebstore.google.com/detail/new-tab-for-reddit/mkdfgkdkelchdejnijjoamieonffdpmb |
설명 | Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor! |
파일 크기 | 190 KB |
설치 횟수 | 158 |
현재 버전 | 1.18 |
최근 업데이트 | 2023-12-03 |
출시 날짜 | 2022-03-23 |
평점 | 4.63/5 총 8 개의 평점 |
개발자 | ALTab |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab for Reddit", "description": "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!", "version": "1.18", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png", "64": "64-icon.png" }, "action": [], "optional_permissions": [ "topSites" ] } |