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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supports using the color picker to select specific colors on the screen and clipboard operations such as copying and pasting texts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Synology Office Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}