Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
O que é Reddit New Comments Highlighter?
Reddit New Comments Highlighter é uma extensão do Chrome desenvolvida por https://blog.abhijeetr.com, e sua principal característica é "Highlights new comments when you revisit a comments page on reddit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit New Comments Highlighter
Baixe arquivos de extensão Reddit New Comments Highlighter 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 extension highlights new comments on a link page in reddit when you revisit a link. To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down".
Informações Básicas da Extensão
Nome | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
URL Oficial | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
Descrição | Highlights new comments when you revisit a comments page on reddit. |
Tamanho do Arquivo | 163 KB |
Contagem de Instalações | 1,856 |
Versão Atual | 3.0 |
Última Atualização | 2018-02-17 |
Data de Publicação | 2018-02-16 |
Classificação | 3.50/5 Total de 24 Avaliações |
Desenvolvedor | https://blog.abhijeetr.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/*", "http:\/\/www.reddit.com\/r\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Reddit New Comments Highlighter", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Highlights new comments when you revisit a comments page on reddit.", "background": { "page": "background.html" }, "homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter", "version": "3.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |