Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Smarter Duo là gì?

Smarter Duo là một tiện ích mở rộng Chrome được phát triển bởi Ippo, và tính năng chính của nó là "This extension makes Duolingo's choice of practice more intelligent".

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

Tải xuống các tệp mở rộng Smarter Duo 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

                                            

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

Tên Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
URL Chính Thức https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
Mô tả This extension makes Duolingo's choice of practice more intelligent
Kích Thước Tệp 18.79 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-06-10
Ngày Phát Hành 2017-06-10
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Ippo
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",
    "manifest_version": 2,
    "name": "Smarter Duo",
    "version": "0.1",
    "description": "This extension makes Duolingo's choice of practice more intelligent",
    "author": "Ippo",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html",
        "default_title": "Start practice"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.duolingo.com\/api\/1\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}