Learning Languages with Texts in your Content
Learning with Texts | Save Vocabulary in Content with Sentences you read
Learning Languages with Texts in your Contentคืออะไร?
Learning Languages with Texts in your Content เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cee68 และคุณลักษณะหลักของมันคือ "Learning with Texts | Save Vocabulary in Content with Sentences you read"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learning Languages with Texts in your Content
ดาวน์โหลดไฟล์ส่วนขยาย Learning Languages with Texts in your Content ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Android App https://play.google.com/store/apps/details?id=com.cee68.createyourdictionary - Save new words and sentence that matters to you when you read any languages (learn English, Spanish, French..) - Learn your saved vocabulary in context. - Translate words using double-click on any website. Translate when click search icon. Change language in Options. You can add, translate vocabulary, sentences of English , French, Russian.. Method 1: 1. Highlight or Double click the Vocabulary 2. Translate or Add Vocabulary Method 2: 1. Click icon V 2. Check Now 3. Translate or add Vocabulary My Vocabulary - Feature Suggestion and Roadmap https://trello.com/b/HEi5WfNy/my-vocabulary-feature-suggestion-and-roadmap Changelog: v67: sync with google drive v66: remove discrimination case sensitive v64: add audio speech (beta)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Learning Languages with Texts in your Content |
ID | degdjdhdlmnkeccfcpepfobgpjaphbee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/learning-languages-with-t/degdjdhdlmnkeccfcpepfobgpjaphbee |
คำอธิบาย | Learning with Texts | Save Vocabulary in Content with Sentences you read |
ขนาดไฟล์ | 1.23 MB |
จำนวนการติดตั้ง | 1,831 |
เวอร์ชันปัจจุบัน | 0.71 |
อัปเดตครั้งล่าสุด | 2020-03-09 |
วันที่เผยแพร่ | 2020-03-07 |
คะแนน | 4.05/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Cee68 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://trello.com/b/HEi5WfNy/my-vocabulary-feature-suggestion-and-roadmap |
URL หน้าช่วยเหลือ | https://www.messenger.com/t/286414428585467 |
URL หน้านโยบายความเป็นส่วนตัว | https://langbrowser.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Learning Languages with Texts in your Content", "version": "0.71", "oauth2": { "client_id": "314634236650-843nu2u9b582228knc58m1nlpnubr2ta.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.appdata" ] }, "description": "Learning with Texts | Save Vocabulary in Content with Sentences you read ", "icons": { "16": "\/icon\/icon-logo.png", "48": "\/icon\/icon-logo.png", "128": "\/icon\/icon-logo.png" }, "browser_action": { "default_icon": { "16": "\/icon\/icon-logo.png", "24": "\/icon\/icon-logo.png", "32": "\/icon\/icon-logo.png" }, "default_title": "Check Vocabulary", "default_popup": "\/popup\/popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "\/content\/contentNew.js" ], "css": [ "\/content\/contentCSS.css" ] } ], "options_page": "\/options\/options.html", "background": { "scripts": [ "\/content\/eventPage.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "downloads", "contextMenus", "identity", "unlimitedStorage", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "https:\/\/apis.google.com\/" ], "web_accessible_resources": [ "\/icon\/icon.png", "\/icon\/icon_1.png", "\/icon\/icon_2.png", "\/icon\/icon_3.png", "\/icon\/icon_4.png", "\/options\/options.html" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnIlnTtWULQMqAbq7T6krJjp9erIcGazRjEEBAW57BQLf4okWnOowbRnk4THIv7M+fNQdh7VZotUHHKiI86m2yfGarbOKGUegGryvWP6TB6nxjqZjR98KOnrry7o+lLJpCOn5E9F+2rK5PXgH6q7Sl88QPBpwtHmAJEPJAbio+ne50ERuFpOvrumTdMURK61QOVQNGt4saAaJpQcKeYu\/jOmiHuy5xp6thKTJy7JwTch4x4mHIgQSGXPHkd349CKTZSO046dPmlWQWYwONZ9wUqfGyHcbK1qX9ln+JfnhYmSg66+UOGm2\/cEIc7z6+f5FTJPI93LwMfd4bh4FyGzctQIDAQAB", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-translate-server-1.herokuapp.com; object-src 'self'" } |