Summarize the Internet
Displays a summary of the text or article on the current page.
Summarize the Internet란 무엇입니까?
Summarize the Internet은(는) Don Patrick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a summary of the text or article on the current page."입니다.
확장 프로그램 스크린샷
Summarize the Internet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clicking the taskbar button will summarize the current page in a popup. Text is typically reduced to 50-20%, depending on how much valuable information it contains. This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides. (Also available for Firefox)
확장 프로그램 기본 정보
이름 | Summarize the Internet |
ID | hiilcnldmlehobiillipbcdkhkfbigfk |
공식 URL | https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk |
설명 | Displays a summary of the text or article on the current page. |
파일 크기 | 57.46 KB |
설치 횟수 | 3,711 |
현재 버전 | 1.9.0 |
최근 업데이트 | 2022-05-08 |
출시 날짜 | 2020-03-17 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Don Patrick |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://artistdetective.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Summarize the Internet", "version": "1.9.0", "description": "Displays a summary of the text or article on the current page.", "author": "Patrick Dhondt", "developer": { "name": "Patrick Dhondt", "url": "https:\/\/artistdetective.wordpress.com" }, "permissions": [ "activeTab" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "browser_style": true, "default_icon": "icons\/icon32.png", "default_title": "Summarize page", "default_popup": "summarise.htm" } } |