Wordtune Read: AI-powered Summary Tool
AI summarizer making every long story - short.
Wordtune Read: AI-powered Summary Tool란 무엇입니까?
Wordtune Read: AI-powered Summary Tool은(는) https://wordtune.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI summarizer making every long story - short."입니다.
확장 프로그램 스크린샷
Wordtune Read: AI-powered Summary Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
➡️ Important: The Wordtune Read extension will soon be retiring. Please use our new extension instead. Our new and improved extension has all the features you love. Look for "Wordtune: Generative AI productivity platform" in the Chrome Store. You can continue to enjoy enhanced Wordtune Read experience by downloading and replacing the extension with the updated version.
🔗 Link to the new extension - https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc
-----------------------------------------------------------------
Summarize anything on the web so you can understand more, faster - PDF files, online articles, and even videos 🤯
Wordtune Read simplifies complex documents, articles, or blogs into bite-sized summaries to help you focus on the most critical information. Let A.I. do the heavy lifting; Wordtune filters out the extra fluff so you can focus on what’s important.
🧠 Understand more - streamline your reading with key-point summaries
⏳ Save time - key points are highlighted so you can learn more and dive deeper
👩🔬 Optimize your efforts - quickly decipher the main points of your documents to pivot your research
Just open the extension when reading an article to get the key-points right next to the site!
Happy reading! 확장 프로그램 기본 정보
| 이름 | |
| ID | gnnhhfiajnkfjfnnojggfdlpjifhlmom |
| 공식 URL | https://chromewebstore.google.com/detail/wordtune-read-ai-powered/gnnhhfiajnkfjfnnojggfdlpjifhlmom |
| 설명 | AI summarizer making every long story - short. |
| 파일 크기 | 5.94 MB |
| 설치 횟수 | 138,802 |
| 현재 버전 | 3.0.26 |
| 최근 업데이트 | 2023-12-12 |
| 출시 날짜 | 2021-07-07 |
| 평점 | 3.08/5 총 53 개의 평점 |
| 개발자 | https://wordtune.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://www.wordtune.com/read |
| 개인정보 보호 정책 페이지 URL | https://www.wordtune.com/privacy-policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "3.0.26",
"description": "AI summarizer making every long story - short.",
"icons": {
"48": "media\/logo-48.png",
"128": "media\/logo-128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"media\/OpenSans.css",
"media\/SofiaPro.css",
"media\/Inter.css"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab",
"cookies",
"alarms",
"storage"
],
"host_permissions": [
"*:\/\/*\/*",
"https:\/\/*.wordtune.com\/*"
],
"action": {
"default_icon": {
"48": "media\/logo-48-g.png"
},
"default_title": "Summarize with Wordtune Read"
},
"minimum_chrome_version": "88",
"web_accessible_resources": [
{
"resources": [
"media\/*.png",
"media\/*.woff",
"media\/*.woff2",
"media\/*.css",
"media\/*.ttf"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"name": "Wordtune Read: AI-powered Summary Tool",
"externally_connectable": {
"matches": [
"https:\/\/app.wordtune.com\/*",
"https:\/\/www.wordtune.com\/*"
]
}
} | |