Quorator

Smart Quora Feed Display

什麼是Quorator?

Quorator是由VarunAgrawal開發的Chrome擴展程式,該擴展的主要功能是“Smart Quora Feed Display”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Quorator擴展crx文件

下載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
官方網址 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"
}