Vocab Swap
Learn a language while browsing the internet
ما هو Vocab Swap؟
Vocab Swap هو إضافة Chrome تم تطويرها بواسطة http://vocabswap.com، والميزة الرئيسية لها هي "Learn a language while browsing the internet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vocab Swap
قم بتنزيل ملفات الامتداد Vocab Swap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | aohlhfpmngfjpjfficefmhcpabejdkio |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vocab-swap/aohlhfpmngfjpjfficefmhcpabejdkio |
الوصف | Learn a language while browsing the internet |
حجم الملف | 480 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | http://vocabswap.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://vocabswap.com |
عنوان صفحة المساعدة | https://vocabswap.com |
عنوان صفحة سياسة الخصوصية | https://vocabswap.com |
اللغات المدعومة | 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" } } |