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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://vocabswap.com |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |