Synology Office Extension

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

Qu'est-ce que Synology Office Extension ?

Synology Office Extension est une extension Chrome développée par Synology.com, et sa fonction principale est "Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Synology Office Extension

Téléchargez les fichiers d'extension Synology Office Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Synology Office Extension Synology Office Extension
ID odamfmfcmgcaghpmeppfiaaafahcnfbc
URL Officiel https://chromewebstore.google.com/detail/synology-office-extension/odamfmfcmgcaghpmeppfiaaafahcnfbc
Description Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.
Taille du Fichier 58.41 KB
Nombre d'Installations 62,427
Version Actuelle 3.0.0
Dernière Mise à Jour 2022-11-15
Date de Publication 2017-10-02
Évaluation 3.73/5 Total 11 Évaluations
Développeur Synology.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.synology.com/company/legal/privacy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}