Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

Reddit Sidebar Toggle क्या है?

Reddit Sidebar Toggle dylan.araps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle the sidebar on reddit.com"।

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

screenshot
screenshot

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

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

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

                        This web extension adds a toolbar button to toggle the sidebar on reddit.com                    

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

नाम Reddit Sidebar Toggle Reddit Sidebar Toggle
ID haoffdjocncdbjehkpphfhdppbopmhnd
आधिकारिक URL https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd
विवरण Toggle the sidebar on reddit.com
फ़ाइल का आकार 6.49 KB
स्थापना संख्या 86
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2017-07-11
प्रकाशन तिथि 2017-07-11
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर dylan.araps
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dylanaraps/reddit-sidebar-toggle
सहायता पृष्ठ URL https://github.com/dylanaraps/reddit-sidebar-toggle/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Sidebar Toggle",
    "version": "1.0.2",
    "description": "Toggle the sidebar on reddit.com",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/reddit-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/reddit-48.png",
        "default_title": "Reddit: Toggle Sidebar"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}