Kiwi

Learn Spanish while browsing the web

Kiwiคืออะไร?

Kiwi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiwi และคุณลักษณะหลักของมันคือ "Learn Spanish while browsing the web"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kiwi

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

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

                        By browsing the internet, you can learn a new language. The Kiwi language learning program lets you learn a new language as you browse the web. There are no classes, flash cards, or study sessions. You can sign up and carry on with your daily routine as normal.

With Kiwi, when you visit a website, certain words and phrases on the page are automatically interpreted into the language you're learning. In this way, your new language will become easier to understand as a part of the language you already understand.
Languages available: Spanish and French (coming soon)
More are on the way!

Install in seconds 
➤ With only two clicks

Browse the web 
➤ Let Kiwi translate keywords and phrases as you learn to enhance your knowledge.

Your learning pace is up to you.
➤ Kiwi replaces simpler phrases with more complex ones as you become more fluent

Practice your new vocabulary 
➤ By playing minigames that put your new knowledge to the test

Whenever you run into trouble, contact us at [email protected].                    

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

ชื่อ Kiwi Kiwi
ID pcdgjgjdfgbnedammhfpopkhofjbofif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kiwi/pcdgjgjdfgbnedammhfpopkhofjbofif
คำอธิบาย Learn Spanish while browsing the web
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 388
เวอร์ชันปัจจุบัน 1.3.5
อัปเดตครั้งล่าสุด 2021-12-24
วันที่เผยแพร่ 2021-01-03
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Kiwi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dokiwi.com
URL หน้านโยบายความเป็นส่วนตัว https://dokiwi.com/privacy.html
ภาษาที่รองรับ en,et,lv,lt,pl,pt-BR,pt-PT,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Kiwi",
        "default_popup": "popup.html",
        "default_icon": "image\/kiwi-icon-48.png"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/jquery-ui.js",
                "lib\/bootstrap.bundle.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/selection.js"
            ],
            "css": [
                "css\/selection.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net; object-src 'self';",
    "web_accessible_resources": [
        "image\/*.*",
        "popup.html",
        "lib\/mixpanel-2-latest.min.js",
        "http:\/\/packs.shtooka.net\/eng-wcp-us\/ogg\/*.*"
    ],
    "icons": {
        "16": "image\/kiwi-icon-16.png",
        "48": "image\/kiwi-icon-48.png",
        "128": "image\/kiwi-icon-128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.5",
    "permissions": [
        "tabs",
        "storage"
    ]
}