OneLink OnPage Editor

Edit your OneLink Translations right on the page

OneLink OnPage Editor là gì?

OneLink OnPage Editor là một tiện ích mở rộng Chrome được phát triển bởi TransPerfect, và tính năng chính của nó là "Edit your OneLink Translations right on the page".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneLink OnPage Editor

Tải xuống các tệp mở rộng OneLink OnPage Editor 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

                        Easily edit the OneLink translations for your web pages.
Login with your OneLink account.
Navigate to the web pages that are part of your OneLink Projects.
Select one of your project's languages in the OneLink Page Editor to translate your web page using the OneLink Translations.
Select any text segment on the page to view the original and translated text.
You may modify the translated text to something different and save your changes to the OneLink Translations database.                    

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

Tên OneLink OnPage Editor OneLink OnPage Editor
ID ehpohlbhihfcljbjgaocbmiihbphmcoh
URL Chính Thức https://chromewebstore.google.com/detail/onelink-onpage-editor/ehpohlbhihfcljbjgaocbmiihbphmcoh
Mô tả Edit your OneLink Translations right on the page
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 1,058
Phiên Bản Hiện Tại 3.1.67
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2020-07-02
Nhà Phát Triển TransPerfect
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.transperfect.com/about/data-privacy-client-tech-user
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneLink OnPage Editor",
    "version": "3.1.67",
    "description": "Edit your OneLink Translations right on the page",
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "scripting"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/api.onelink-preview.com\/*",
            "https:\/\/api.onelink-preview.com\/*",
            "http:\/\/rc.onelink-edge.com\/*",
            "https:\/\/rc.onelink-edge.com\/*",
            "http:\/\/www.onelink-edge.com\/*",
            "https:\/\/www.onelink-edge.com\/*",
            "http:\/\/dashboard.globallinkgo.com\/*",
            "https:\/\/dashboard.globallinkgo.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "environments.js",
                "js\/onelink.min.js",
                "js\/injection.js"
            ],
            "css": [
                "ope.css"
            ]
        }
    ],
    "action": {
        "default_title": "OneLink Page Editor",
        "default_popup": "main.html",
        "default_icon": "images\/OPE-48-bw.png"
    },
    "icons": {
        "48": "images\/OPE-48-bw.png",
        "128": "images\/OPE-128-bw.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ope.css",
                "highlightapi.css",
                "js\/shadowdomlistener.js",
                "images\/icons8-back-26.png",
                "images\/icons8-copy.svg",
                "images\/icons8-double-down-24.png",
                "images\/icons8-double-up-24.png",
                "images\/icons8-forward-26.png",
                "images\/icons8-restart-48.png",
                "images\/user.svg",
                "images\/home.svg",
                "images\/logo.svg",
                "images\/logo.png",
                "images\/down-arrow.svg",
                "images\/copy.svg",
                "images\/filter.svg",
                "images\/history.svg",
                "images\/save.svg",
                "images\/monitor.svg",
                "images\/edit.svg",
                "images\/invisible.svg",
                "images\/fuzzy-match.svg",
                "images\/next.svg",
                "images\/previous.svg",
                "images\/eye.svg",
                "images\/dock-left.svg",
                "images\/dock-top.svg",
                "images\/dock-right.svg",
                "images\/dock-bottom.svg",
                "images\/refresh.svg",
                "images\/move.svg",
                "images\/undo.svg",
                "images\/exclamation.svg",
                "images\/exclamation_wht.svg",
                "images\/arrow-down.svg",
                "images\/arrow-up.svg",
                "images\/arrow-left.svg",
                "images\/s.svg",
                "images\/t.svg",
                "images\/e.svg",
                "images\/z.svg",
                "images\/cmd.svg",
                "images\/rmc.svg",
                "images\/ctrl.svg",
                "images\/shift.svg",
                "images\/keyboard-arrows.svg",
                "images\/close.svg",
                "images\/search.svg",
                "images\/email.svg",
                "images\/mt.svg",
                "images\/check.svg",
                "images\/wf.svg",
                "images\/google.svg",
                "images\/batches.svg",
                "images\/spinner.gif",
                "images\/not-visible.svg",
                "images\/scope.svg",
                "images\/copy_blue.svg",
                "images\/capture.svg",
                "images\/clear.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}