BabelFrog
Helps you learn a new language by translating selected text
BabelFrogคืออะไร?
BabelFrog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://babelfrog.com และคุณลักษณะหลักของมันคือ "Helps you learn a new language by translating selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BabelFrog
ดาวน์โหลดไฟล์ส่วนขยาย BabelFrog ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Google Chrome extension to help you learn a language as you browse the web. Uses Google Translate to translate the selected text. Unlike other similar extensions, it doesn't slow down your browser or compromise your security by injecting itself into EVERY PAGE YOU visit, instead allowing you to activate it on a page-by-page basis. To activate BabelFrog, simply open the page you'd like translated, then click on the BabelFrog icon, or press Ctrl+E (Command+E on Mac) on your keyboard. Doing this action a second time will bring up the BabelFrog settings panel, where you can set the languages you'd like to work in. After activating BabelFrog on a given page, any selected text will be instantly translated into the language you chose. Because links can be awkward to select without accidentally clicking them, BabelFrog will translate any link you click on while holding down the Alt key. Navigating away from the page, or even refreshing it, will reset BabelFrog, freeing up system resources.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BabelFrog |
ID | jnhmkblbgggfgeebimebebnkhgnagnpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/babelfrog/jnhmkblbgggfgeebimebebnkhgnagnpj |
คำอธิบาย | Helps you learn a new language by translating selected text |
ขนาดไฟล์ | 1.8 MB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2019-04-20 |
วันที่เผยแพร่ | 2019-04-20 |
คะแนน | 4.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://babelfrog.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://babelfrog.com |
URL หน้าช่วยเหลือ | http://babelfrog.com/help |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BabelFrog", "version": "0.0.9", "manifest_version": 2, "description": "Helps you learn a new language by translating selected text", "homepage_url": "http:\/\/github.com\/dergachev\/babelfrog", "icons": { "16": "icons\/frog16.png", "48": "icons\/frog48.png", "128": "icons\/frog128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/options_custom\/lib\/store.js", "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": { "19": "icons\/frog19.png", "38": "icons\/frog38.png" }, "default_title": "BabelFrog" }, "permissions": [ "activeTab", "contextMenus", "https:\/\/translate.google.com\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" } } } } |