Searchlight Remote for Google Slides

Easily turn your smartphone into a Google Slides presentation remote

O que é Searchlight Remote for Google Slides?

Searchlight Remote for Google Slides é uma extensão do Chrome desenvolvida por Joey Cheng, e sua principal característica é "Easily turn your smartphone into a Google Slides presentation remote".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Searchlight Remote for Google Slides

Baixe arquivos de extensão Searchlight Remote for Google Slides no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Searchlight Remote for Google Slides Searchlight Remote for Google Slides
ID mhpohiaafkokgdhoapjhmplecibolkod
URL Oficial https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod
Descrição Easily turn your smartphone into a Google Slides presentation remote
Tamanho do Arquivo 69.34 KB
Contagem de Instalações 916
Versão Atual 2.0.4
Última Atualização 2021-01-21
Data de Publicação 2019-10-09
Classificação 4.00/5 Total de 9 Avaliações
Desenvolvedor Joey Cheng
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.4",
    "name": "Searchlight Remote for Google Slides",
    "description": "Easily turn your smartphone into a Google Slides presentation remote",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "js": [
                "start.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "https:\/\/docs.google.com\/presentation\/d\/*"
    ],
    "minimum_chrome_version": "61",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "content-script.css"
    ]
}