Keyboard Launcher for MS Office Online™

Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.

ما هو Keyboard Launcher for MS Office Online™؟

Keyboard Launcher for MS Office Online™ هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Keyboard Launcher for MS Office Online™

قم بتنزيل ملفات الامتداد Keyboard Launcher for MS Office Online™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds keyboard shortcut commands to quickly launch the Word Online (Alt + W), Excel Online (Alt + X) and PowerPoint Online (Alt + P). 

Users can change/customize these default keyboard shortcuts, and opt for their preferred keys combinations.

Extension by BrowserNative. Not affiliated with or created by Microsoft. Visit homepage for more information: https://browsernative.com/microsoft-office-online-launcher/                    

معلومات أساسية عن التمديد

الاسم Keyboard Launcher for MS Office Online™ Keyboard Launcher for MS Office Online™
ID dbackjeaclghjedlkfakllpojolgebcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/keyboard-launcher-for-ms/dbackjeaclghjedlkfakllpojolgebcp
الوصف Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.
حجم الملف 12.98 KB
عدد التثبيتات 5,190
النسخة الحالية 0.0.5
آخر تحديث 2017-06-20
تاريخ النشر 2017-06-19
تقييم 4.80/5 مجموع تقييمات 49
المطور BrowserNative
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/microsoft-office-online-launcher/
عنوان صفحة المساعدة https://browsernative.com/microsoft-office-online-launcher/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard Launcher for MS Office Online\u2122",
    "description": "Keyboard shortcuts to quickly launch Microsoft Office Online Apps: Word, Excel and PowerPoint.",
    "version": "0.0.5",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Launcher for MS Office Online"
    },
    "icons": {
        "128": "icon.png"
    },
    "commands": {
        "launch-word": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Launch Word Online"
        },
        "launch-excel": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Launch Excel Online"
        },
        "launch-powerpoint": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Launch PowerPoint Online"
        }
    }
}