Sticky Scribble

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

Qu'est-ce que Sticky Scribble ?

Sticky Scribble est une extension Chrome développée par Clay, et sa fonction principale est "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sticky Scribble

Téléchargez les fichiers d'extension Sticky Scribble au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
URL Officiel https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Description Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
Taille du Fichier 38.73 KB
Nombre d'Installations 116
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-11-02
Date de Publication 2023-10-29
Développeur Clay
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.claycodes.org/home/privacy-policy
Langues Prises en Charge 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
}