To the Comments!
View the reddit or Hacker News comments for a given page
O que é To the Comments!?
To the Comments! é uma extensão do Chrome desenvolvida por https://burba.io, e sua principal característica é "View the reddit or Hacker News comments for a given page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão To the Comments!
Baixe arquivos de extensão To the Comments! 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
View the Hacker News and Reddit comments for your current page.
Informações Básicas da Extensão
Nome | To the Comments! |
ID | ceghmjigckmapkbgccgehlipbkdhglab |
URL Oficial | https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab |
Descrição | View the reddit or Hacker News comments for a given page |
Tamanho do Arquivo | 20.92 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-04-04 |
Data de Publicação | 2017-04-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://burba.io |
Tipo de Pagamento | free |
Site da Extensão | http://tothecomments.burba.io |
URL da Página de Ajuda | http://tothecomments.burba.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To the Comments!", "description": "View the reddit or Hacker News comments for a given page", "version": "1.0.1", "icons": { "128": "src\/images\/comment.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "src\/images\/comment.png", "default_title": "To the Comments!", "default_popup": "src\/popup.html" }, "background": { "scripts": [ "src\/js\/thru.js", "src\/js\/get-active-tab.js", "src\/js\/get-active-url.js", "src\/js\/get-comments.js", "src\/js\/background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" }, "description": "Show comments for current page" }, "open-top-reddit-link": { "suggested_key": { "default": "Alt+R" }, "description": "Open the top reddit link for this page" }, "open-top-hn-link": { "suggested_key": { "default": "Alt+H" }, "description": "Open the top Hacker News link for this page" } } } |