Quorator
Smart Quora Feed Display
What is Quorator?
Quorator is a Chrome extension developed by VarunAgrawal, and its main feature is "Smart Quora Feed Display".
Extension Screenshots
Download Quorator Extension CRX File
Download Quorator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kppbolnligjjnokjhainblhdpbobcbgb |
Official URL | https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb |
Description | Smart Quora Feed Display |
File Size | 63.19 KB |
Installation Count | 10 |
Current Version | 1.7.5 |
Last Updated | 2015-11-25 |
Publish Date | 2015-11-25 |
Rating | 4.83/5 Total 6 Ratings |
Developer | VarunAgrawal |
Payment Type | free |
Extension Website | http://varunagrawal.github.io/ |
Help Page URL | http://varunagrawal.github.io/ |
Supported Languages | 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" } |