Quorator
Smart Quora Feed Display
Was ist Quorator?
Quorator ist eine Chrome-Erweiterung, die von VarunAgrawal entwickelt wurde, und ihr Hauptmerkmal ist "Smart Quora Feed Display".
Erweiterungsscreenshots
Quorator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quorator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kppbolnligjjnokjhainblhdpbobcbgb |
Offizielle URL | https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb |
Beschreibung | Smart Quora Feed Display |
Dateigröße | 63.19 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.7.5 |
Letztes Update | 2015-11-25 |
Veröffentlichungsdatum | 2015-11-25 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | VarunAgrawal |
Zahlungsart | free |
Erweiterungswebsite | http://varunagrawal.github.io/ |
Hilfeseite URL | http://varunagrawal.github.io/ |
Unterstützte Sprachen | 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" } |