Smarter Duo
This extension makes Duolingo's choice of practice more intelligent
Apa itu Smarter Duo?
Smarter Duo adalah ekstensi Chrome yang dikembangkan oleh Ippo, dan fitur utamanya adalah "This extension makes Duolingo's choice of practice more intelligent".
Unduh Berkas CRX Ekstensi Smarter Duo
Unduh file ekstensi Smarter Duo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | haomnjjgbbhdekldmabddhnciffplcbn |
URL Resmi | https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn |
Deskripsi | This extension makes Duolingo's choice of practice more intelligent |
Ukuran File | 18.79 KB |
Jumlah Instalasi | 149 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-06-10 |
Tanggal Publikasi | 2017-06-10 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | Ippo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |