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ファイルをダウンロード
New Tab for Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |