Reddit Top Comment
Shows the top comment when you hover over the comments link.
O que é Reddit Top Comment?
Reddit Top Comment é uma extensão do Chrome desenvolvida por DiscoShady, e sua principal característica é "Shows the top comment when you hover over the comments link.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Top Comment
Baixe arquivos de extensão Reddit Top Comment 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
This simple and small Chrome Extension shows the top comment for a Reddit post when you hover over the comments link. Compatible with Reddit Enhancement Suite. ------- Any problems? Just message /u/DiscoShady on Reddit.com and i'll take a look!
Informações Básicas da Extensão
Nome | |
ID | dmpbhmingopjhhcppkbfedabmhiciinl |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-top-comment/dmpbhmingopjhhcppkbfedabmhiciinl |
Descrição | Shows the top comment when you hover over the comments link. |
Tamanho do Arquivo | 53.25 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.0 |
Última Atualização | 2015-06-09 |
Data de Publicação | 2015-06-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | DiscoShady |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "topcomment.js" ], "matches": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ] } ], "description": "Shows the top comment when you hover over the comments link.", "homepage_url": "http:\/\/reddit.com", "manifest_version": 2, "minimum_chrome_version": "20.0", "name": "Reddit Top Comment", "short_name": "Reddit Top", "permissions": [ "tabs", "history", "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "version": "1.0", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "64": "images\/icon-64x64.png", "128": "images\/icon-128x128.png" } } |