Sticky Scribble

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

Was ist Sticky Scribble?

Sticky Scribble ist eine Chrome-Erweiterung, die von Clay entwickelt wurde, und ihr Hauptmerkmal ist "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Erweiterungsscreenshots

screenshot
screenshot

Sticky Scribble-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sticky Scribble-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
Offizielle URL https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Beschreibung Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Dateigröße 38.73 KB
Installationsanzahl 116
Aktuelle Version 0.0.3
Letztes Update 2023-11-02
Veröffentlichungsdatum 2023-10-29
Entwickler Clay
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.claycodes.org/home/privacy-policy
Unterstützte Sprachen 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
}