Right-Click Summarizy
Quickly summarize ther website via right-click
Right-Click Summarizy란 무엇입니까?
Right-Click Summarizy은(는) http://summarizy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly summarize ther website via right-click"입니다.
확장 프로그램 스크린샷
Right-Click Summarizy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Summarizy - summarizes the website to concise conclusion. With this extension one can quickly summarizes the website content, news or articles. Drastically saves your time by providing you with conclusion of the content. In short just right click and read the conclusion of current website.
확장 프로그램 기본 정보
이름 | |
ID | enfcembamicojafloinemoipiibdifjm |
공식 URL | https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm |
설명 | Quickly summarize ther website via right-click |
파일 크기 | 26.27 KB |
설치 횟수 | 134 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-07-31 |
출시 날짜 | 2015-07-31 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://summarizy.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "core.js" ] }, "description": "Quickly summarize ther website via right-click", "icons": { "16": "wikipedia-icon.png", "48": "wikipedia-icon-big.png" }, "manifest_version": 2, "name": "Right-Click Summarizy", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |