Contentyze
Writing Made Easy
Contentyze란 무엇입니까?
Contentyze은(는) https://contentyze.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Writing Made Easy"입니다.
확장 프로그램 스크린샷
Contentyze 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save time by summarising long texts! Contentyze allows you to summarise any webpage. Go to the website you want to summarise and click on either "One-Line Summary" or "Longer Summary", wait a couple of seconds and you'll see the summary of the text.
확장 프로그램 기본 정보
이름 | Contentyze |
ID | gpphaggniggaeijgmkaoleflnpflnfdo |
공식 URL | https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo |
설명 | Writing Made Easy |
파일 크기 | 686 KB |
설치 횟수 | 771 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-09-13 |
출시 날짜 | 2020-09-13 |
평점 | 3.00/5 총 6 개의 평점 |
개발자 | https://contentyze.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://contentyze.com |
개인정보 보호 정책 페이지 URL | https://contentyze.com/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contentyze", "version": "1.0.0", "description": "Writing Made Easy", "manifest_version": 2, "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png", "38": "icons\/logo38.png", "19": "icons\/logo19.png", "16": "icons\/logo16.png" }, "browser_action": { "default_icon": { "128": "icons\/logo128.png", "48": "icons\/logo48.png", "38": "icons\/logo38.png", "19": "icons\/logo19.png", "16": "icons\/logo16.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |