Duolingo Everywhere

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

Duolingo Everywhere là gì?

Duolingo Everywhere là một tiện ích mở rộng Chrome được phát triển bởi writecode.one, và tính năng chính của nó là "The little green bird will follow you anywhere as you browse the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Duolingo Everywhere

Tải xuống các tệp mở rộng Duolingo Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Duolingo Everywhere Duolingo Everywhere
ID mjidnkpfnnkdkpmkfanodmmfgdchkdki
URL Chính Thức https://chromewebstore.google.com/detail/duolingo-everywhere/mjidnkpfnnkdkpmkfanodmmfgdchkdki
Mô tả The little green bird will follow you anywhere as you browse the web.
Kích Thước Tệp 468 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2023-12-27
Ngày Phát Hành 2023-12-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển writecode.one
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}