Sticky Scribble

Install Sticky Scribble to make the scribble tool in Google Slides Sticky.

O que é Sticky Scribble?

Sticky Scribble é uma extensão do Chrome desenvolvida por Clay, e sua principal característica é "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sticky Scribble

Baixe arquivos de extensão Sticky Scribble 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

                        Sticky Scribble when installed makes the scribble tool in Google Slides sticky. The extension is automatically on. When selecting the scribble tool it will not turn off until another tool is selected.
Github: https://github.com/GoogleChromeLabs/stickyscribble                    

Informações Básicas da Extensão

Nome Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
URL Oficial https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Descrição Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Tamanho do Arquivo 38.73 KB
Contagem de Instalações 116
Versão Atual 0.0.3
Última Atualização 2023-11-02
Data de Publicação 2023-10-29
Desenvolvedor Clay
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.claycodes.org/home/privacy-policy
Idiomas Suportados en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.3",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/docs.google.com\/presentation*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "offline_enabled": true
}