Summarizer
Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.
O que é Summarizer?
Summarizer é uma extensão do Chrome desenvolvida por https://freshte.ch, e sua principal característica é "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Summarizer
Baixe arquivos de extensão Summarizer 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
Summarizer will save you the time-consuming pain of reading long articles and comments. On any website, you can select a long, boring article, right-click and summarise it in a few sentences! This even works for those long PDF publications from prestigious universities you don't want to read. Additionally, for you Redditers out there - good news! Long comments are automatically summarised, with any "tl;dr" placed at the *top* of the comment, along with the automatically-generated summary. New Features: - Automatic Imperial-to-metric converter for lengths and weights - across all sites! - Improved summarizer will detect sentences better. More sites and features to come! Tell me what you want in the feedback section. Feedback is important to me and hope this extension saves you time too. Let me know of any bugs (currently in Beta) or features to add.
Informações Básicas da Extensão
Nome | Summarizer |
ID | nehmaijilccnklmhkjlmmcnbjobdodhp |
URL Oficial | https://chromewebstore.google.com/detail/summarizer/nehmaijilccnklmhkjlmmcnbjobdodhp |
Descrição | Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online. |
Tamanho do Arquivo | 53.56 KB |
Contagem de Instalações | 5,231 |
Versão Atual | 0.65 |
Última Atualização | 2013-07-27 |
Data de Publicação | 2013-07-26 |
Classificação | 3.42/5 Total de 36 Avaliações |
Desenvolvedor | https://freshte.ch |
Tipo de Pagamento | free |
Site da Extensão | http://freshte.ch |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Summarizer", "description": "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.", "version": "0.65", "icons": { "16": "images\/temple\/micro.png", "128": "images\/temple\/icon.png" }, "background": { "scripts": [ "background.js", "summariser.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "summary.css" ], "js": [ "jquery.js", "summariser.js", "summary.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |