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