Duolingo Everywhere

The little green bird will follow you anywhere as you browse the web.

Duolingo Everywhereคืออะไร?

Duolingo Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย writecode.one และคุณลักษณะหลักของมันคือ "The little green bird will follow you anywhere as you browse the web."

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

screenshot
screenshot
screenshot

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

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

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

                        The extension will replace your new tab screen with a new tab screen featuring cute images from Duolingo.

According to you all the way through nooks and crannies, from one website to another, while you work, watch movies, or study, the little green bird still closely follows you to remind you to study.                    

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

ชื่อ Duolingo Everywhere Duolingo Everywhere
ID mjidnkpfnnkdkpmkfanodmmfgdchkdki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/duolingo-everywhere/mjidnkpfnnkdkpmkfanodmmfgdchkdki
คำอธิบาย The little green bird will follow you anywhere as you browse the web.
ขนาดไฟล์ 468 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2023-12-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา writecode.one
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Duolingo Everywhere",
    "name": "Duolingo Everywhere",
    "description": "The little green bird will follow you anywhere as you browse the web.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "manifest_version": 3,
    "version": "1.0.0.0",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content_scripts\/main.js"
            ],
            "css": [
                "static\/content_css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "pages\/*",
                "gifs\/*",
                "fonts\/*",
                "icons\/*",
                "animations\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "service_worker\/background.bundle.js"
    }
}