Reddit New Tab

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

Reddit New Tab क्या है?

Reddit New Tab Ankit Sultana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces New Tab instances with a post from Sub-Reddits of your choice."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}