Web Translator
Translate selected text in your prefered language
Web Translatorคืออะไร?
Web Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web-translater-tab.com และคุณลักษณะหลักของมันคือ "Translate selected text in your prefered language"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Translator
ดาวน์โหลดไฟล์ส่วนขยาย Web Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Web Translator tab extension is an everyday helper that translates important keywords, articles, and phrases on a web page with just one click. This web translator extension for Chrome gives accurate translation results fast. All you have to do is highlight a keyword on a page or text, right click and then the Web translator option will appear in a pop up menu for you to select the action. By clicking "Add to Chrome", I accept and agree to installing the Active8 Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Terms of Use and Privacy Policy. Included features: - Web translations. Web Translator is your everyday helper to help you translate an word in any language. it’s a simple and fast way to translate text into another language with simple and easy to use functionality. - Supports multiple languages. The Web Translator extension also allows you to set your language in the extension settings. The Web translator will determine the language of the site where you are located - Extremely user-friendly and free. The Web Translator extension is very easy and simple to use. Terms of Use: https://browser-labs.com.au/terms-and-conditions/ Privacy Policy: https://browser-labs.com.au/privacy-policy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Translator |
ID | elamodccgcmdfkhnbfipinlfcedfpkjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-translator/elamodccgcmdfkhnbfipinlfcedfpkjd |
คำอธิบาย | Translate selected text in your prefered language |
ขนาดไฟล์ | 924 KB |
จำนวนการติดตั้ง | 34,399 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-01-15 |
วันที่เผยแพร่ | 2022-01-15 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://web-translater-tab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://web-translater-tab.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://syndic8.asia/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "Web Translator", "short_name": "Web Translator", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/web-translater-tab.com\/wp-content\/uploads\/2021\/10\/icon-128.png", "is_default": true, "keyword": "Keyword", "name": "Web Translator", "search_url": "https:\/\/search.web-translater-tab.com\/search?q={searchTerms}" } }, "icons": { "128": "icons\/128x128.png" }, "action": { "browser_style": true, "default_title": "Web Translator" }, "chrome_url_overrides": { "newtab": "options.html" }, "description": "Translate selected text in your prefered language", "permissions": [ "storage", "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/translate.google.com\/*", "https:\/\/*.bing.com\/*" ], "run_at": "document_start", "js": [ "js\/jquery.min.js", "js\/content_script.js" ], "css": [] } ], "background": { "service_worker": "background.js" } } |