Summarizer
Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online.
Summarizer란 무엇입니까?
Summarizer은(는) https://freshte.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online."입니다.
확장 프로그램 스크린샷
Summarizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Summarizer |
ID | nehmaijilccnklmhkjlmmcnbjobdodhp |
공식 URL | https://chromewebstore.google.com/detail/summarizer/nehmaijilccnklmhkjlmmcnbjobdodhp |
설명 | Summarizer finds long comments on Reddit and summarises them! In fact, you can summarise any lengthy article online. |
파일 크기 | 53.56 KB |
설치 횟수 | 5,231 |
현재 버전 | 0.65 |
최근 업데이트 | 2013-07-27 |
출시 날짜 | 2013-07-26 |
평점 | 3.42/5 총 36 개의 평점 |
개발자 | https://freshte.ch |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://freshte.ch |
지원되는 언어 | 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" ] } |