Sticky Scribble

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

Hvad er Sticky Scribble?

Sticky Scribble er en Chrome-udvidelse udviklet af Clay, og dens hovedfunktion er "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Sticky Scribble-udvidelses-CRX-fil

Download Sticky Scribble-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
Officiel URL https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Beskrivelse Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Filstørrelse 38.73 KB
Antal Installationer 116
Nuværende Version 0.0.3
Senest Opdateret 2023-11-02
Udgivelsesdato 2023-10-29
Udvikler Clay
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.claycodes.org/home/privacy-policy
Understøttede Sprog 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
}