Better Slides

Automatically moves your Google Slides™ presentation and speakers notes on multiple monitors.

Better Slides क्या है?

Better Slides Stornitz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically moves your Google Slides™ presentation and speakers notes on multiple monitors."।

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

screenshot

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

crx प्रारूप में Better Slides एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have you ever wanted do just plug-in your Google Slides™ presentation on your second monitor and that it setup automatically with the speakers notes ?

This extension is made for you !

Just click a button and the presentation launches in fullscreen.
If you have two monitors, it moves the presentation to the second one and show you your speakers notes on your primary monitor.

Launch, Plug, and your presentation is ready !

Github : https://github.com/stornitz/better-slides                    

एक्सटेंशन की मूल जानकारी

नाम Better Slides Better Slides
ID deojcdomfmllmflpoecpllilcifdikbo
आधिकारिक URL https://chromewebstore.google.com/detail/better-slides/deojcdomfmllmflpoecpllilcifdikbo
विवरण Automatically moves your Google Slides™ presentation and speakers notes on multiple monitors.
फ़ाइल का आकार 13.28 KB
स्थापना संख्या 66
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2017-12-28
प्रकाशन तिथि 2017-12-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Stornitz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/stornitz/better-slides
सहायता पृष्ठ URL https://github.com/stornitz/better-slides/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Slides",
    "short_name": "Better Slides",
    "description": "Automatically moves your Google Slides\u2122 presentation and speakers notes on multiple monitors.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "https:\/\/docs.google.com\/presentation\/d\/*",
        "tabs",
        "system.display"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*\/edit*"
            ],
            "js": [
                "content-edit.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*\/present*"
            ],
            "js": [
                "content-present.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "toinject-openSpeakers.js"
    ],
    "manifest_version": 2
}