Repeet - translate and learn with flashcards

Translate and save words and phrases while browsing the web, then practice your language sets using flashcards on the phone.

Repeet - translate and learn with flashcardsคืออะไร?

Repeet - translate and learn with flashcards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://repeet.app และคุณลักษณะหลักของมันคือ "Translate and save words and phrases while browsing the web, then practice your language sets using flashcards on the phone."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Repeet - translate and learn with flashcards

ดาวน์โหลดไฟล์ส่วนขยาย Repeet - translate and learn with flashcards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Translate words and phrases while browsing the web and learn a foreign language using flashcards mobile app - Repeet📱

Download the app now on www.repeet.app and practice your words and phrases with flashcards language-learning app. 😍

Key features of REPEET include:

🌐 Select and translate text on the web page like you do with Google Translate
🌟 Save the translated words and phrases into customized sets 
📚 Create flashcards quickly in a pop-up window that's located in the browser menu bar
📲 Install the Repeet mobile app and practice your words with flashcards
🔊 Use Text-to-speech function for proper pronunciation practice
📚Organize your phrases the way you want it - by language, topic, or any other way
🔢 Select the right translation from multiple options
✏️ Edit the translation or add your own text to you flashcards
🔄 Synchronization between Google Chrome Browser Extension and a mobile app


With Repeet, you can learn at your own pace and improve your skills on the go. 🚶 Don't miss out on the opportunity to learn efficiently. Download the app now and start your learning journey today! www.repeet.app 🌍                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Repeet - translate and learn with flashcards Repeet - translate and learn with flashcards
ID ecgilihpikediiegakjggmoalhcmmbfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/repeet-translate-and-lear/ecgilihpikediiegakjggmoalhcmmbfi
คำอธิบาย Translate and save words and phrases while browsing the web, then practice your language sets using flashcards on the phone.
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-09-17
วันที่เผยแพร่ 2023-03-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://repeet.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://repeet.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Repeet - translate and learn with flashcards",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "Translate and save words and phrases while browsing the web, then practice your language sets using flashcards on the phone.",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "repeet-logo.png"
    },
    "icons": {
        "16": "icon-16.png",
        "34": "icon-34.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css",
                "assets\/css\/popupIndex.chunk.css",
                "assets\/css\/Mainblock.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "603843683756-sfg8bdj76dahleoc2u3h09brs637368i.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}