Reddit New Tab
Replaces New Tab instances with a post from Sub-Reddits of your choice.
Co je Reddit New Tab?
Reddit New Tab je rozšíření Chrome vyvinuté Ankit Sultana, a jeho hlavní funkcí je „Replaces New Tab instances with a post from Sub-Reddits of your choice.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit New Tab
Stáhněte si soubory rozšíření Reddit New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Reddit New Tab |
ID | gkobcdoenbilkdahndhmcdjbofoldfcd |
Oficiální URL | https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd |
Popis | Replaces New Tab instances with a post from Sub-Reddits of your choice. |
Velikost souboru | 408 KB |
Počet instalací | 20 |
Aktuální Verze | 2.3.4 |
Poslední Aktualizace | 2016-10-12 |
Datum Vydání | 2016-10-12 |
Hodnocení | 4.90/5 Celkem 10 Hodnocení |
Vývojář | Ankit Sultana |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bk2dcradle/reddit-new-tab |
Podporované Jazyky | 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" } |