dlkklgmnbhdpfnnndfiklcdllimifedf
Shared Google Slides Control addresses a common pain point in remote presentations with multiple speakers: the challenge of slide deck control. Traditionally, only one speaker can manage the slide transitions, which can disrupt the flow of the presentation. This project empowers presenters by allowing them to share control of a Google Slides deck with other speakers seamlessly. The solution involves either a Chrome Extension or a Greasemonkey/Tampermonkey Userscript on the presenter's side that connects to a remote server via WebSocket. This setup facilitates the following features: - **QR Code and Link Generation**: The userscript generates a QR code or a link that can be shared with co-presenters. - **Remote Control Interface**: Co-presenters can use the provided link to access a user interface that allows them to control the slide deck in real-time. - **Seamless Integration**: Easily integrate with your existing Google Slides presentations. - **Real-Time Collaboration**: Multiple presenters can control slide transitions without interruptions. - **Secure Connections**: Utilizes WebSocket connections to ensure real-time, secure control sharing. If you simply want to use this project to share your slides, I have deployed an instance of the server on [Clever Cloud](https://clever-cloud.com), and you can use it as is. In order to use it you will need to follow this steps: 1. **Presenter Setup**: The main presenter installs the userscript or the extension and initiates the presentation. 2. **Share Control**: The presenter shares the generated QR code or link with co-presenters. 3. **Co-presenters Control**: Co-presenters access the control interface through the shared link and can control slide transitions in real-time. ### Installing the Userscript 1. **Install Userscripts plugin in your browser**: the most populars are [Tampermonkey](https://tampermonkey.net/) and [Greasemonkey](http://www.greasespot.net/). 2. **Add the Userscript**: directly from [GitHub](./userscript/shared-google-slides-control.user.js), or from the [GreasyFork page](https://greasyfork.org/en/scripts/500807-share-google-slides-controls). 3. **Run the Script**: Open your Google Slides presentation, and the script will automatically display a QR code and link for sharing control. ### Installing the extension The Chrome Extension isn't in the store yet, you need to manually load it in unpacked format from the `chrome-extension` folder, [as described in Chrome Extensions documentation](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked). ## Deploying the server elsewhere You can deploy the server in any host accepting NodeJS. You will need to change the Userscript and the Chrome Extension as they point to the [Clever Cloud](https://clever-cloud.com) instance of the server. We welcome contributions from the community! Feel free to submit pull requests, report issues, or suggest features. This project is licensed under the MIT License. See the LICENSE file for more details.
Slides Control
Control Google Slides from Google Meet Esta extensão do Google Chrome, permite que o usuário possa controlar apresentações do Google Slides de forma remota pelo Google Meet, fazendo com que suas apresentações online se tornem mais dinâmicas.
Searchlight Remote for Google Slides
Easily turn your smartphone into a Google Slides presentation remote Speaking at conferences? Focus on what matters with Searchlight. Searchlight is a super-duper-fast Google Slides remote inspired by Logitech Spotlight. Navigate between slides, and activate the spotlight-pointer with simple touch gestures. Try it! Your privacy matters. Searchlight uses WebRTC for connectivity between the remote and presentation. So, devices communicate peer-to-peer once connection is established, none of your data goes through our servers, no trace, no fuss.
CopyMore
Copy multiple items at once: Save time and increase productivity with CopyMore. CopyMore is the ultimate multi-copy solution for your Chrome browser. Say goodbye to manual copying and hello to a more efficient workflow. With CopyMore, you can copy multiple items at once and store them in CopyMore clipboard across all your devices for easy access whenever you need them. Whether you're working on a project, drafting an email, or just need to quickly copy and paste information, CopyMore has got you covered. With a simple and intuitive interface, CopyMore makes it easy to copy and store multiple items. Simply select and copy the items you want, and CopyMore will save them in the clipboard for easy access. Whether you're working on multiple projects at once or just need to copy and paste information quickly, CopyMore makes multitasking a breeze. User Safety: - At CopyMore, we are committed to protecting your privacy and ensuring the security of your data. We do not store, share, or access your data with any third-party entities. All information that you store in our clipboard extension is kept confidential and secure within your device. Limitations: - Compatibility Issues: The extension may not be compatible with all websites and may have issues with copying data from certain types of websites or web applications. - Scope: The extension is designed to work within the Chrome browser window. Copying data from outside the Chrome window or links, such as from desktop applications or other browsers, is outside the scope of our extension and may not be supported.
GreedSum: Automatic Web-Page Text Summarizer
Summarizes Page Text to a given number of sentences and highlights them in the original text. FUNCTIONALITY: ---------------------------- - Highlights the most important sentences in the text of an html page. - Allows to select the highlighting color. - Lets the user define how many of the most important sentences should be found or the compression ratio (ex. if you want 10% of the original text, then choose 0.1). - Enables to save the obtained bullet point summary of the text as html. FIXED: ---------- 1. Inclusion of too short sentences is now avoided. 2. Better text extraction from web-pages using Readability module by Mozilla. 3. Sentence highlighting on pages is now working much better. 4. Popup html design improved using JQuery and Bootstrap. 5. Added radio button control to choose between summarizing by number of sentences or the compression ratio.