Redditlist Links To Redditp
Adds a direct link to the redditp of each subreddit listed on redditlist.
O que é Redditlist Links To Redditp?
Redditlist Links To Redditp é uma extensão do Chrome desenvolvida por jtara1, e sua principal característica é "Adds a direct link to the redditp of each subreddit listed on redditlist.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Redditlist Links To Redditp
Baixe arquivos de extensão Redditlist Links To Redditp 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
Do you use redditp and redditlist? Well, now you can use redditlist and have a link available to be taken directly to the subreddit on redditp. Open source is available at https://github.com/jtara1/RedditlistLinksRedditp
Informações Básicas da Extensão
Nome | Redditlist Links To Redditp |
ID | mmigkdbiljoilnfileghbggjencmkife |
URL Oficial | https://chromewebstore.google.com/detail/redditlist-links-to-reddi/mmigkdbiljoilnfileghbggjencmkife |
Descrição | Adds a direct link to the redditp of each subreddit listed on redditlist. |
Tamanho do Arquivo | 7.48 KB |
Contagem de Instalações | 23 |
Versão Atual | 0.1 |
Última Atualização | 2017-12-14 |
Data de Publicação | 2017-12-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | jtara1 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jtara1/RedditlistLinksRedditp |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redditlist Links To Redditp", "version": "0.1", "icons": [], "description": "Adds a direct link to the redditp of each subreddit listed on redditlist.", "content_scripts": [ { "matches": [ "*:\/\/redditlist.com\/*" ], "js": [ "main.js" ] } ] } |