Synology Office Extension

Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.

Synology Office Extension là gì?

Synology Office Extension là một tiện ích mở rộng Chrome được phát triển bởi Synology.com, và tính năng chính của nó là "Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Synology Office Extension

Tải xuống các tệp mở rộng Synology Office Extension 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

                        Synology Office Extension provides the following features to enhance the usability and user experience.

Color picker - allows users to pick up colors directly on the browser and apply it to objects or texts for a cohesive look without obtaining the color code. (Only supported in Synology Office 3.4 or above versions)

Clipboard operations -  allows users to easily copy, paste, and perform scrapbook-related actions to spreadsheet and file contents via the right-click menu. Users can quickly and efficiently edit files without relying on keyboard shortcuts.                    

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

Tên Synology Office Extension Synology Office Extension
ID odamfmfcmgcaghpmeppfiaaafahcnfbc
URL Chính Thức https://chromewebstore.google.com/detail/synology-office-extension/odamfmfcmgcaghpmeppfiaaafahcnfbc
Mô tả Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.
Kích Thước Tệp 58.41 KB
Số Lần Cài Đặt 62,427
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2017-10-02
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Synology.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.synology.com/company/legal/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,pt-PT,sv,cs,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "3.0.0",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/Office_16.png",
        "48": "images\/Office_48.png",
        "128": "images\/Office_128.png"
    },
    "background": {
        "service_worker": "js\/eventPage.js",
        "type": "module"
    },
    "permissions": [
        "clipboardRead",
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/loader.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/Office_16.png",
            "48": "images\/Office_48.png",
            "128": "images\/Office_128.png"
        }
    },
    "options_ui": {
        "page": "\/html\/options.html"
    },
    "options_page": "\/html\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/synofficeExt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}