Quorator

Smart Quora Feed Display

ما هو Quorator؟

Quorator هو إضافة Chrome تم تطويرها بواسطة VarunAgrawal، والميزة الرئيسية لها هي "Smart Quora Feed Display".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quorator

قم بتنزيل ملفات الامتداد Quorator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
}