Quorator
Smart Quora Feed Display
Cos'è Quorator?
Quorator è un'estensione di Chrome sviluppata da VarunAgrawal, e la sua funzione principale è "Smart Quora Feed Display".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quorator
Scarica i file di estensione Quorator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kppbolnligjjnokjhainblhdpbobcbgb |
URL Ufficiale | https://chrome.google.com/webstore/detail/quorator/kppbolnligjjnokjhainblhdpbobcbgb |
Descrizione | Smart Quora Feed Display |
Dimensione del File | 63.19 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.7.5 |
Ultimo Aggiornamento | 2015-11-25 |
Data di Pubblicazione | 2015-11-25 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | VarunAgrawal |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://varunagrawal.github.io/ |
URL della Pagina di Aiuto | http://varunagrawal.github.io/ |
Lingue Supportate | 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" } |