reddit new tab

Extension that makes reddit links open in new tab by default.

reddit new tab क्या है?

reddit new tab ashatte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that makes reddit links open in new tab by default."।

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

crx प्रारूप में reddit new tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        By default, reddit links open in the current tab. I found that I would scroll through a list of links, and [right-click -> open in new tab] some of the more interesting links which I then read in bulk. This extension reduces the number of clicks by opening reddit posts in a new tab when clicked as per normal. So you can scroll through the page, click on all of the interesting links, then proceed to read them after.

==== NOTE ====
* If there are issues on your particular version of Chrome, or on your operating system, please send me a message so that I can fix it :)                    

एक्सटेंशन की मूल जानकारी

नाम reddit new tab reddit new tab
ID dpjlocnomggnbkecncocpdhnidkgekkc
आधिकारिक URL https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc
विवरण Extension that makes reddit links open in new tab by default.
फ़ाइल का आकार 61.66 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2014-05-28
प्रकाशन तिथि 2014-05-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर ashatte
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit new tab",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that makes reddit links open in new tab by default.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "newtabber.js"
            ]
        }
    ]
}