Save Words
Save and learn the pronunciation of any word. Click to save, view later, and improve your vocabulary.
Save Words란 무엇입니까?
Save Words은(는) ibrahem magdy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and learn the pronunciation of any word. Click to save, view later, and improve your vocabulary."입니다.
확장 프로그램 스크린샷
Save Words 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
📚 Effortlessly expand your vocabulary with the Save Words Chrome Extension. 🧠 Learn and Memorize New vocabularies easily with the Save Words Chrome extension. It's like having a vocabulary tutor while you browse the web. 🤩 Why Choose Save Words? 💾 Word Saver: Click to save any new vocabulary you find online. No more forgetting those interesting vocabularies you come across. 🎧 Pronunciation Help: Hear how vocabularies are said correctly. It's like having a pronunciation guide at your fingertips. 📁 Easy Organization: Keep all your saved vocabularies neatly in one place. Review them anytime you want. ➕ Add Your Vocabularies : Want to remember a specific vocabulary ? Add it yourself for quick learning. 📥 PDF Downloads: Turn your vocabulary list into a handy PDF for studying offline. 🎯 Who's It For? 🌐 Language Learners: Perfect for anyone learning a new language. 🖋️ Writers: Improve your writing by expanding your vocabularies. 🤓 Word Lovers: If you just enjoy learning new words, this is for you. Start Learning Today! 🚀 Install the Save Words Chrome extension now and watch your vocabularies grow effortlessly.
확장 프로그램 기본 정보
이름 | Save Words |
ID | amokgdijmanjfcakbdjjecfodolfepgl |
공식 URL | https://chromewebstore.google.com/detail/save-words/amokgdijmanjfcakbdjjecfodolfepgl |
설명 | Save and learn the pronunciation of any word. Click to save, view later, and improve your vocabulary. |
파일 크기 | 112 KB |
설치 횟수 | 1,249 |
현재 버전 | 2.3.5 |
최근 업데이트 | 2024-01-11 |
출시 날짜 | 2023-04-02 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | ibrahem magdy |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Words", "description": "Save and learn the pronunciation of any word. Click to save, view later, and improve your vocabulary.", "version": "2.3.5", "manifest_version": 3, "icons": { "16": "images\/w16.png", "32": "images\/w32.png", "48": "images\/w64.png", "128": "images\/w128.png" }, "action": { "default_icon": { "16": "images\/w16.png", "32": "images\/w32.png", "48": "images\/w64.png", "128": "images\/w128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "contextMenus" ] } |