preddit - XPLR Reddit Recommender
Recommends subreddit on every reddit page
O que é preddit - XPLR Reddit Recommender?
preddit - XPLR Reddit Recommender é uma extensão do Chrome desenvolvida por alx.girard, e sua principal característica é "Recommends subreddit on every reddit page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão preddit - XPLR Reddit Recommender
Baixe arquivos de extensão preddit - XPLR Reddit Recommender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | epicmjpmnmjgbmahjcigppkenngbdjbd |
URL Oficial | https://chrome.google.com/webstore/detail/preddit-xplr-reddit-recom/epicmjpmnmjgbmahjcigppkenngbdjbd |
Descrição | Recommends subreddit on every reddit page |
Tamanho do Arquivo | 360 KB |
Contagem de Instalações | 97 |
Versão Atual | 0.3 |
Última Atualização | 2013-05-31 |
Data de Publicação | 2013-05-31 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | alx.girard |
Tipo de Pagamento | free |
Site da Extensão | https://xplr.com/a-subreddit-recommender-with-xplr/ |
Idiomas Suportados | 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" ] } ] } |