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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Synology.com, και η κύρια λειτουργία του είναι "Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Synology Office Extension

Λήψη αρχείων επέκτασης Synology Office Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:\/\/*\/*"
            ]
        }
    ]
}