Sticky Scribble

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

什么是Sticky Scribble?

Sticky Scribble是由Clay开发的Chrome扩展程序,该扩展的主要功能是“Install Sticky Scribble to make the scribble tool in Google Slides Sticky.”。

扩展截图

screenshot
screenshot

下载Sticky Scribble扩展crx文件

下载Sticky Scribble扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Sticky Scribble Sticky Scribble
ID afdeadcjhgnnpaifcmpebddnmckfplmo
官方URL https://chromewebstore.google.com/detail/sticky-scribble/afdeadcjhgnnpaifcmpebddnmckfplmo
简介 Install Sticky Scribble to make the scribble tool in Google Slides Sticky.
文件大小 38.73 KB
安装次数 116
当前版本 0.0.3
更新时间 2023-11-02
上架时间 2023-10-29
开发者 Clay
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.claycodes.org/home/privacy-policy
支持的语言 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
}