Quorator

Smart Quora Feed Display

Quoratorคืออะไร?

Quorator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VarunAgrawal และคุณลักษณะหลักของมันคือ "Smart Quora Feed Display"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quorator

ดาวน์โหลดไฟล์ส่วนขยาย Quorator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}