Quorator
Smart Quora Feed Display
Qu'est-ce que Quorator ?
Quorator est une extension Chrome développée par VarunAgrawal, et sa fonction principale est "Smart Quora Feed Display".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quorator
Téléchargez les fichiers d'extension Quorator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kppbolnligjjnokjhainblhdpbobcbgb |
URL Officiel | https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb |
Description | Smart Quora Feed Display |
Taille du Fichier | 63.19 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.7.5 |
Dernière Mise à Jour | 2015-11-25 |
Date de Publication | 2015-11-25 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | VarunAgrawal |
Type de Paiement | free |
Site Web de l'Extension | http://varunagrawal.github.io/ |
URL de la Page d'Aide | http://varunagrawal.github.io/ |
Langues Prises en Charge | 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" } |