Reddit Inline

L337 R3DD17

Reddit Inline क्या है?

Reddit Inline Anvaka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "L337 R3DD17"।

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

screenshot

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

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

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

                        This extension allows you to browse reddit.com with no need to press "back" button or to close opened tabs. It renders your subreddits inside developer tools window, and opens links in the attached window. 

Unlike other reddit extensions this is the first extension which allows you to browse any website and have complete browsing experience, without compromising your security (since target pages do not have access to developer tools).

I hope you enjoy the project and help me to make it better. It is open source and you are very welcome to contribute to the project: https://github.com/anvaka/reddit-inline :)

Cheers
Anvaka                    

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

नाम Reddit Inline Reddit Inline
ID libfancpdbegemadjcfcaaiicbhalkin
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin
विवरण L337 R3DD17
फ़ाइल का आकार 126 KB
स्थापना संख्या 457
वर्तमान संस्करण 0.3
अंतिम अपडेट 2013-02-07
प्रकाशन तिथि 2013-02-07
रेटिंग 4.47/5 कुल 15 रेटिंग्स
डेवलपर Anvaka
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Inline",
    "description": "L337 R3DD17",
    "version": "0.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "128": "assets\/logo-128.png"
    },
    "devtools_page": "main.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "*:\/\/*.reddit.com\/",
        "cookies"
    ]
}