Sticky Scribble

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

Cos'è Sticky Scribble?

Sticky Scribble è un'estensione di Chrome sviluppata da Clay, e la sua funzione principale è "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sticky Scribble

Scarica i file di estensione Sticky Scribble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
URL Ufficiale https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Descrizione Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Dimensione del File 38.73 KB
Conteggio Installazioni 116
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-11-02
Data di Pubblicazione 2023-10-29
Sviluppatore Clay
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.claycodes.org/home/privacy-policy
Lingue Supportate 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
}