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란 무엇입니까?

Synology Office Extension은(는) Synology.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Synology Office Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Synology Office Extension Synology Office Extension
ID odamfmfcmgcaghpmeppfiaaafahcnfbc
공식 URL https://chromewebstore.google.com/detail/synology-office-extension/odamfmfcmgcaghpmeppfiaaafahcnfbc
설명 Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.
파일 크기 58.41 KB
설치 횟수 62,427
현재 버전 3.0.0
최근 업데이트 2022-11-15
출시 날짜 2017-10-02
평점 3.73/5 총 11 개의 평점
개발자 Synology.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.synology.com/company/legal/privacy
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}