Vocab Swap
Learn a language while browsing the internet
Apa itu Vocab Swap?
Vocab Swap adalah ekstensi Chrome yang dikembangkan oleh http://vocabswap.com, dan fitur utamanya adalah "Learn a language while browsing the internet".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vocab Swap
Unduh file ekstensi Vocab Swap 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
Vocab Swap helps you effortlessly learn a new language while you surf the web. Add words that you're learning, and Vocab Swap will automatically replace those words on web pages that you visit.
Informasi Dasar Ekstensi
Nama | |
ID | aohlhfpmngfjpjfficefmhcpabejdkio |
URL Resmi | https://chrome.google.com/webstore/detail/vocab-swap/aohlhfpmngfjpjfficefmhcpabejdkio |
Deskripsi | Learn a language while browsing the internet |
Ukuran File | 480 KB |
Jumlah Instalasi | 70 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | http://vocabswap.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://vocabswap.com |
URL Halaman Bantuan | https://vocabswap.com |
URL Halaman Kebijakan Privasi | https://vocabswap.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vocab Swap", "version": "1.1", "description": "Learn a language while browsing the internet", "manifest_version": 2, "permissions": [ "declarativeContent", "*:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content-scripts\/libs\/findAndReplaceDOMText.js", "content-scripts\/content.js" ] } ], "background": { "scripts": [ "dist\/background.bundle.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html" } } |