Quorator

Smart Quora Feed Display

Quorator क्या है?

Quorator VarunAgrawal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart Quora Feed Display"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Annoyed with the cluttered, messy way Quora displays your notifications to you? Use Quorator. An easy to use, lightweight Chrome Extension that classifies and color-coordinates your Quora notifications into 4 relevant categories. Click on the links displayed in Quorator to open the Quora page and enjoy using Quora without the clutter of notifications.                    

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

नाम Quorator Quorator
ID kppbolnligjjnokjhainblhdpbobcbgb
आधिकारिक URL https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb
विवरण Smart Quora Feed Display
फ़ाइल का आकार 63.19 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.7.5
अंतिम अपडेट 2015-11-25
प्रकाशन तिथि 2015-11-25
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर VarunAgrawal
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://varunagrawal.github.io/
सहायता पृष्ठ URL http://varunagrawal.github.io/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quorator",
    "short_name": "Quorator",
    "description": "Smart Quora Feed Display",
    "version": "1.7.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.quora.com\/api\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Quorator",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "author": "varunagrawal"
}