preddit - XPLR Reddit Recommender
Recommends subreddit on every reddit page
Cos'è preddit - XPLR Reddit Recommender?
preddit - XPLR Reddit Recommender è un'estensione di Chrome sviluppata da alx.girard, e la sua funzione principale è "Recommends subreddit on every reddit page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione preddit - XPLR Reddit Recommender
Scarica i file di estensione preddit - XPLR Reddit Recommender 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
Reddit is a great and vast place, but in practice it is difficult to discover and navigate among the co mmunities of interest and their subreddits. This Chrome extension relies on XPLR machine learning to recommend a list of related subreddits on ever y Reddit page.
Informazioni di Base sull'Estensione
Nome | |
ID | epicmjpmnmjgbmahjcigppkenngbdjbd |
URL Ufficiale | https://chrome.google.com/webstore/detail/preddit-xplr-reddit-recom/epicmjpmnmjgbmahjcigppkenngbdjbd |
Descrizione | Recommends subreddit on every reddit page |
Dimensione del File | 360 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2013-05-31 |
Data di Pubblicazione | 2013-05-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | alx.girard |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://xplr.com/a-subreddit-recommender-with-xplr/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "preddit - XPLR Reddit Recommender", "version": "0.3", "homepage_url": "https:\/\/xplr.com\/a-subreddit-recommender-with-xplr\/", "description": "Recommends subreddit on every reddit page", "permissions": [ "http:\/\/reddit.com\/", "http:\/\/demo.xplr.com\/" ], "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/*" ], "js": [ "lib\/jquery-1.8.2.js", "recommend.js" ] } ] } |