Partial Page Translation
Changes the selected text on the browser to a desired language.
Partial Page Translation là gì?
Partial Page Translation là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Changes the selected text on the browser to a desired language.".
Tải xuống tệp CRX của tiện ích mở rộng Partial Page Translation
Tải xuống các tệp mở rộng Partial Page Translation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Need to translate part of a page (but not the entire thing)? Partial Page Translation is for you. Ideal for people learning languages that need to translate a phrase here or there. Select text, right click, translate. New text will appear on the page itself.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Partial Page Translation |
ID | oigbdcfeaabngmnlneokfcacklmpkofj |
URL Chính Thức | https://chromewebstore.google.com/detail/partial-page-translation/oigbdcfeaabngmnlneokfcacklmpkofj |
Mô tả | Changes the selected text on the browser to a desired language. |
Kích Thước Tệp | 10.3 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-07-11 |
Ngày Phát Hành | 2016-07-10 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Partial Page Translation", "description": "Changes the selected text on the browser to a desired language.", "version": "1.0", "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "activeTab" ], "icons": { "16": "16px.png", "48": "48px.png", "128": "128px.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Select Translate", "default_popup": "popup.html" } } |