Syncs - synchronized web presentations

Navigate through multiple browser-based presentations at the same time

Τι είναι το Syncs - synchronized web presentations;

Το Syncs - synchronized web presentations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tshoppa, και η κύρια λειτουργία του είναι "Navigate through multiple browser-based presentations at the same time".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Syncs - synchronized web presentations

Λήψη αρχείων επέκτασης Syncs - synchronized web presentations σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Browser based slide show frameworks become more and more popular, offering expandability, interactivity and multidimensional navigation.
With Syncs you can now add even more flexibility to your presentations by synchronising mutiple slide shows running in different browser windows.

Not all web frameworks provide speaker notes, even with Prezi 
it is only available when using the desktop app.
Syncs let you easily add notes to any presentation by running a second, synchronized slide show on your notebook display.
Need a next slide preview? Start the same presentation in a second view, step on slide forward and synchronize both views. With each navigation step, the second view will stay one slide ahead. Tada - Preview!

Add more fancy to your presentation by feeding two projector views at the same time!
Run translated versions in parallel, add captions and explanations, or just use a bigger projection space for more awsomeness - the sky is the limit! (well, actually it is the number of interfaces on your display adapter)

As an addon feature, syncs can autoplay your slideshows with configurable display time and loop point.

USAGE

Syncs can be activated/deactivated for each browser tab individually by clicking the syncs icon. Activation will be indicated by a highlighted icon.

An active syncs extension will send keyboard and mouse events to all other browser tabs with active extension. 

OPTIONS

Rightclick the extension icon and choose "options" to enter syncs options to configure and operate the autoplay features and shared events.
Please refer to the option page for more details .

COMPATIBILITY:

As Syncs just shares events between browser windows, it is widely compatible with all slide show frameworks supporting basic navigation events. Keyboard Arrow right/left (as used by presenter devices) should be available in all frameworks.

Syncs has been tested with the most popular slide show tools, such as:

* Reveal.js
* Prezi
* Slides.com
* Webslides
* JessyInk
* Impress.js
* Deck.js
* Bespoke.js                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Syncs - synchronized web presentations Syncs - synchronized web presentations
ID jpdaogjnfckkcafhleaihiibhaioljgm
Επίσημο URL https://chromewebstore.google.com/detail/syncs-synchronized-web-pr/jpdaogjnfckkcafhleaihiibhaioljgm
Περιγραφή Navigate through multiple browser-based presentations at the same time
Μέγεθος Αρχείου 37.61 KB
Αριθμός Εγκαταστάσεων 165
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2018-11-22
Ημερομηνία Δημοσίευσης 2018-11-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής tshoppa
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Syncs - synchronized web presentations",
    "description": "Navigate through multiple browser-based presentations at the same time",
    "version": "1.1",
    "options_page": "config.html",
    "icons": {
        "16": "icons\/SyncOn16.png",
        "48": "icons\/SyncOn48.png",
        "128": "icons\/SyncOn128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js",
                "syncs.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/SyncOff16.png",
            "19": "icons\/SyncOff19.png",
            "24": "icons\/SyncOff24.png",
            "32": "icons\/SyncOff32.png",
            "48": "icons\/SyncOff48.png",
            "128": "icons\/SyncOff128.png"
        }
    }
}