Simplilearn Subtitles translate

translate and display texts in complete sentences and choose to show the English translation with your original language

Simplilearn Subtitles translate là gì?

Simplilearn Subtitles translate là một tiện ích mở rộng Chrome được phát triển bởi https://simplilearnsubtitlestranslate.blogspot.com, và tính năng chính của nó là "translate and display texts in complete sentences and choose to show the English translation with your original language".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simplilearn Subtitles translate

Tải xuống các tệp mở rộng Simplilearn Subtitles translate 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

                        The program offers a service to users of the simpleearn website.
Captures the subtitle file and reviews it.
And the user has to press the right button of the mouse and choose the translation by Google and choose the appropriate language for him.
And then it is adopted in the video.
Program Advantages:
1) Sub-translation.
2) The original sub-translation with the target language.
3) Review the text in sentences.
4) Windows with focus and without focus.
5 ) Specify the font size when browsing the text.
6) Compare and review the original subtitle file with the target language.
7) You can now specify the position of subtitles on the video.
New Features 
8)  Add text sync with popup.
9) Add navigation control when syncing text.
10) Control the number of characters in subtitles per line.
11) Download translated text and original text.
12) Navigate to the subtitle location in the video from the pop-up window by double-clicking on the text.
This program is designed for everyone who struggles with learning due to language barrier.
The program is paid.
 But if you don't have money, no problem, consider it a gift for you.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simplilearn Subtitles translate Simplilearn Subtitles translate
ID pkbakoellbmoaidjcmcalogphfbploll
URL Chính Thức https://chromewebstore.google.com/detail/simplilearn-subtitles-tra/pkbakoellbmoaidjcmcalogphfbploll
Mô tả translate and display texts in complete sentences and choose to show the English translation with your original language
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 283
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-09-24
Ngày Phát Hành 2021-08-11
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://simplilearnsubtitlestranslate.blogspot.com
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest",
        "tabs"
    ],
    "options_page": "html\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.simplilearn.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/t_16.png",
            "24": "images\/t_24.png",
            "32": "images\/t_32.png",
            "48": "images\/t_48.png",
            "64": "images\/t_64.png",
            "96": "images\/t_96.png",
            "120": "images\/t_120.png",
            "128": "images\/t_128.png",
            "192": "images\/t_192.png",
            "256": "images\/t_256.png"
        }
    },
    "icons": {
        "16": "images\/t_16.png",
        "24": "images\/t_24.png",
        "32": "images\/t_32.png",
        "48": "images\/t_48.png",
        "64": "images\/t_64.png",
        "96": "images\/t_96.png",
        "120": "images\/t_120.png",
        "128": "images\/t_128.png",
        "192": "images\/t_192.png",
        "256": "images\/t_256.png"
    },
    "host_permissions": [
        "https:\/\/*.simplilearn.com\/*"
    ],
    "content_security_policy": [],
    "manifest_version": 3
}