Quorator

Smart Quora Feed Display

Hvad er Quorator?

Quorator er en Chrome-udvidelse udviklet af VarunAgrawal, og dens hovedfunktion er "Smart Quora Feed Display".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Quorator-udvidelses-CRX-fil

Download Quorator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Quorator Quorator
ID kppbolnligjjnokjhainblhdpbobcbgb
Officiel URL https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb
Beskrivelse Smart Quora Feed Display
Filstørrelse 63.19 KB
Antal Installationer 10
Nuværende Version 1.7.5
Senest Opdateret 2015-11-25
Udgivelsesdato 2015-11-25
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler VarunAgrawal
Betalingsmetode free
Udvidelseswebsted http://varunagrawal.github.io/
Hjælpeside-URL http://varunagrawal.github.io/
Understøttede Sprog 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"
}