Sticky Scribble

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

What is Sticky Scribble?

Sticky Scribble is a Chrome extension developed by Clay, and its main feature is "Install Sticky Scribble to make the scribble tool in Google Slides Sticky.".

Extension Screenshots

screenshot
screenshot

Download Sticky Scribble Extension CRX File

Download Sticky Scribble extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
Official URL https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
Description Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
File Size 38.73 KB
Installation Count 116
Current Version 0.0.3
Last Updated 2023-11-02
Publish Date 2023-10-29
Developer Clay
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.claycodes.org/home/privacy-policy
Supported Languages 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
}